Macro output to new table

M

MKBRAD

I have a series of queries that supply data to a new table created by one of
the queries. How do I supply the name of the new table to be created so that
the macro continues without input from the user? If I use the "Output to"
then the user will have to supply information....
 
J

Jeff Boyce

Creating a new table is rarely necessarily in a well-normalized relational
database. I usually see this when someone is trying to collect data
together for a report.

If you can already collect the data together (for whatever your purpose)
using a query, just use the query, without having to create a new table.

Or if I've misinterpreted, please provide more info...

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 

Ask a Question

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.

Ask a Question

Top