using VBA how can i copy a record from a query and then paste it .

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

using VBA how can i copy a record from a query and then paste it into a table
as a new record
 
Madguru,

I think this would be a job for an Append Query, which can be run from
code in several ways, one being to use the DoCmd.OpenQuery method.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top