J
JJ_377
Access table stores "date" in field this way:
06/05 where 06 is the month and 05 is the year.
Oldest records have values in the date field such as:
05/98, 05/82
How to query this table to get records for years between
2005 and 2003?
Is there anyway to convert the two-digit years to four (easily) before
querying? I know how to extract the year portion by using the right
function.
Ideas?
Many thanks.
06/05 where 06 is the month and 05 is the year.
Oldest records have values in the date field such as:
05/98, 05/82
How to query this table to get records for years between
2005 and 2003?
Is there anyway to convert the two-digit years to four (easily) before
querying? I know how to extract the year portion by using the right
function.
Ideas?
Many thanks.