Hi Gents,
I've run in to a issue with VBA Query.
I'm trying to insert a query into the table with VBA but what ever I try to do it gets stuck on something.
I have this code in VBA for the inserting part.
Dim dbs As Database
' Set the Current Database
Set dbs = CurrentDb...