I am working on an access 2010 database and needs some help.
I am trying to create some vba code that will run a query and then create and populate a table based on the records returned. I then want to rename the table based on a value from the query (company name).
I have the query built that will return distinct values from my table, but I need to create a seperate table for each company that is returned in the results.
Any and all suggestions are appreciated.