I have a MicroSoft Access database which generates tables which are exported as text files for input to our accounts payable system each week. I'd like to put the current date into the name of the tables and files so that I can keep copies of what's sent, instead of covering up last week's file with this week's file because they both have the same name.
When I run the make-table query to generate the weekly table, I'd like it to name the table "AP_export_7/18/003", showing the date it was created. I've tried naming the table created AP_export_$now()$, AP_export_#now()#, etc., but nothing I've tried gives the date instead of the symbols.
Any help will be greatly appreciated.
When I run the make-table query to generate the weekly table, I'd like it to name the table "AP_export_7/18/003", showing the date it was created. I've tried naming the table created AP_export_$now()$, AP_export_#now()#, etc., but nothing I've tried gives the date instead of the symbols.
Any help will be greatly appreciated.