I am trying to copy data from a table then name the table with the Now() data. So each time the code is run a new table is created named with the date and time.
I have used this so far:
DoCmd.RunSQL ("SELECT * INTO datNow FROM xx")
Can anyone help!
I have used this so far:
DoCmd.RunSQL ("SELECT * INTO datNow FROM xx")
Can anyone help!