Help Creating New Table from query :(

babin_22

New member
Local time
Today, 15:06
Joined
Aug 10, 2007
Messages
6
Hey, I'm a VBA Newbie. I have a query that pulls information from my form as criteria and i want to create a table with the results...I am having trouble searching online for a solution and Access Help is no help. Is there a way I can do this using vba?
 
Why not simply turn your query into a make table query, run it, and go have a beer? :) Or else create a blank table with all relevant fields and data types, then turn your query into an append query, run it, and go have a beer? Or maybe export your query results to excel, then import the excel spreadsheet as a table, then go and ...well, you get the point.

There's a million beers, er, ways of doing this without resorting to VBA. If you have questions on how to do the above then do a search on the various query types (Access help will even assist you if you use those terms).

Help finding good beer may not be available in Access help but if you steer clear of budweiser and miller you're likely ahead of the game. :D
 

Users who are viewing this thread

Back
Top Bottom