L
Lillian
I receive a table from the main office and it has a Date of Birth field that
is formated text and as yyyy/mm/dd. How do I make a query field as a real
date and time format as mm/dd/yyyy and filter for all ages less than 25
years old?
I have this for a criteria but I don't have a real date format for the DOB
field.
<=DateAdd("yyyy",-25,Date())
is formated text and as yyyy/mm/dd. How do I make a query field as a real
date and time format as mm/dd/yyyy and filter for all ages less than 25
years old?
I have this for a criteria but I don't have a real date format for the DOB
field.
<=DateAdd("yyyy",-25,Date())