Re: Missing Data
- From: AGOKP4 <AGOKP4@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 9 Jun 2009 10:38:01 -0700
Hello Klatuu and John,
The expression worked....The database I created is for a study that requires
age not DOB and we are just looking at a single time point not over time.
THANKS so much for your replies.
"Klatuu" wrote:
Thanks for additional information, John..
I was not aware that HIPPA considered DOB restricted info.
I have never personally seen a situation where DOB or age were an issue of
security. I have seen where age at entry was kept, but even then we
calculated off DOB which was stored and used for other things.
--
Dave Hargis, Microsoft Access MVP
"John Spencer MVP" wrote:
Klatuu,
You are making an assumption that the database is collecting the date of
birth. Some times all that is collected is the age of the person at the time
of the event being recorded. Date of Birth is an identifier that is sometimes
used in security systems and is also considered in health related databases
(in the US) as restricted information (personal health information).
I agree that in many (if not most) cases it is best to collect the date of
birth and calculate the age when needed.
John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County
Klatuu wrote:
Age Group: IIf([Age]<40,"40<",IIf([Age]>=40 And
[Age]<60,"40-60",IIf([Age]>60,"60>", "***Missing***")))
One other point. It appears you are storing an age in your table. Bad
idea. ages change over time and it is a value that can be calculated. The
correct method is to store the person's birthday and calculate the age based
on the birthday when you need to reference the person's age.
- References:
- Missing Data
- From: AGOKP4
- RE: Missing Data
- From: Klatuu
- Re: Missing Data
- From: John Spencer MVP
- Re: Missing Data
- From: Klatuu
- Missing Data
- Prev by Date: Re: Query criteria
- Next by Date: Access queries for Access 2003
- Previous by thread: Re: Missing Data
- Next by thread: Create new fields from one field codes
- Index(es):
Relevant Pages
|