J
jjacob
I have a linked table that has dates stored as numbers. So 01/31/2008 shows
as 13108, etc. I am needing to pull records out of this field based upon a
date range and am having trouble because using and between and function for
01/01/08 and 01/31/08 is pulling all other years too.
How can I reformat this 5 - 6 digit field into a date? Using NewDate:
Format(dbo_Pr_Date,"mmddyyyy") returns garbage. help?
as 13108, etc. I am needing to pull records out of this field based upon a
date range and am having trouble because using and between and function for
01/01/08 and 01/31/08 is pulling all other years too.
How can I reformat this 5 - 6 digit field into a date? Using NewDate:
Format(dbo_Pr_Date,"mmddyyyy") returns garbage. help?