aftershokk
Registered User.
- Local time
- Today, 23:05
- Joined
- Sep 5, 2001
- Messages
- 259
I have a text date as follows:
09192002
I want to convert to a date and be able to filter by date ranges. I have searched this forum for about an hour and nothing is working.
I am using this:
New Effective Date: CDate(Left([pho_dir]![EFF_DT],2) & "/" & Mid([pho_dir]![EFF_DT],3,2) & "/" & Mid([pho_dir]![EFF_DT],5,4))
but
when I add a filter like >=7/1/2007 and get a data type mis,match error
help???
09192002
I want to convert to a date and be able to filter by date ranges. I have searched this forum for about an hour and nothing is working.
I am using this:
New Effective Date: CDate(Left([pho_dir]![EFF_DT],2) & "/" & Mid([pho_dir]![EFF_DT],3,2) & "/" & Mid([pho_dir]![EFF_DT],5,4))
but
when I add a filter like >=7/1/2007 and get a data type mis,match error
help???