I am a beginner in Access VBA. I have created a macro in access to run a make table query and then rename the table. Now i want the current date to be part of the renamed table.
So, I converted the Macro to VBA and then put the date field in the code. When I run it from the VBA editor, using F5...