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.
 
Back
Top