J
JR
I have a Make Table query which uses a date parameter.
Each time the user runs the query they will be prompted
for a date. The table which is created should be named
based on the date which they entered. For example: The
query will retieve all invoices dated xxxxx, the user
will may supply the date of Jan 1 2004. It should create
a table called "Jan 1 2004 Invoices" (or something like
that). Each table created needs to be saved in the
database with an appropriate name. How can I have the
query create a table with a name based on the date input?
Each time the user runs the query they will be prompted
for a date. The table which is created should be named
based on the date which they entered. For example: The
query will retieve all invoices dated xxxxx, the user
will may supply the date of Jan 1 2004. It should create
a table called "Jan 1 2004 Invoices" (or something like
that). Each table created needs to be saved in the
database with an appropriate name. How can I have the
query create a table with a name based on the date input?