Question Make table query

shieriel

Registered User.
Local time
Today, 18:38
Joined
Feb 25, 2010
Messages
116
May i ask from anyone a sample dbase for "make-table query".
 
Look at "DemoQMakeTableA2000.mdb" (attachment, zip).
Look at Table, Query, Form1 (vba).
Open Form1 and try.
 

Attachments

Simply create a query based off of any data table and then change the query type from a Select query to a Make-table query (you'll get prompted for the tablename to create when you change it to a make table query). Execute it and then look at the table created.
 

Users who are viewing this thread

Back
Top Bottom