kentwoodjean
Technical User
Have text files that import with a date field like 200509 or 200510. I have always changed the appearance to 2005/09 by using: WkDate: Left([Date],4) & "/" & Right([Date],2).
Now I find I have to combine it with some other queries that have the date format of 10/20/2005.
I have checked different posts and tried several different formatting ideas but having no luch in changing the format to something like 10/01/2005. Using the 1st of each month would work perfectly for my monthly report.
Any quick ideas?
Now I find I have to combine it with some other queries that have the date format of 10/20/2005.
I have checked different posts and tried several different formatting ideas but having no luch in changing the format to something like 10/01/2005. Using the 1st of each month would work perfectly for my monthly report.
Any quick ideas?