Access Beginner
Active Member
- Joined
- Nov 8, 2010
- Messages
- 311
- Office Version
- 2016
- Platform
- Windows
Hi All,
I found this bit of code when I did a search here for VBA to make table from a query
But when I run this it just opens the query, should there be something else to turn the query into a table.
Please forgive my ignorance, I'm still on a steep learning curve.
Using Access 2007
I found this bit of code when I did a search here for VBA to make table from a query
Code:
Private Sub doit()
DoCmd.SetWarnings False
DoCmd.OpenQuery "test"
DoCmd.SetWarnings True
End Sub
Please forgive my ignorance, I'm still on a steep learning curve.
Using Access 2007
Last edited: