Hi all,
I need a bit of help so thought I would submit a post.
I am trying to load a table through a VBA process with the results displayed in another query.
eg
qryResults has the following columns: ID, DATE, COMMENTS
tblEmpty has the following columns: ID, DATE, COMMENTS
I want to use VBA code to load all records from qryResults into tblEmpty (already created and currently empty).
Does anyone know how to do this?
Thanks
I need a bit of help so thought I would submit a post.
I am trying to load a table through a VBA process with the results displayed in another query.
eg
qryResults has the following columns: ID, DATE, COMMENTS
tblEmpty has the following columns: ID, DATE, COMMENTS
I want to use VBA code to load all records from qryResults into tblEmpty (already created and currently empty).
Does anyone know how to do this?
Thanks