Well... this can be done, using some VBA code to construct the SQL of
the maketable query.
HOWEVER - it's *very rare indeed* to need to make multiple tables, and
a very bad idea in general to prompt the user to provide random,
uncontrolled tablenames.
What is the purpose of these new tables? What will be done with them
which cannot be done with a select query? The latter will let you
generate a Report, a Form, an export, pretty much anything that you
can do with a Table.
I've been away from access for a while. I hadn't thought of the export
option. This is for a bid building process where the user draws parts from
the inventory and sends it to the next dept. So the export straight to Excel
is probably the way to go. I wanted it to be named with the specific Bid
number from the form where the data is selected. I am kinda doing this onthe
fly and hadn't really thought it through all that well. Thanks for the
reply. >MH
So the export straight to Excel
is probably the way to go. I wanted it to be named with the specific Bid
number from the form where the data is selected.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.