G Guest Nov 25, 2004 #1 using VBA how can i copy a record from a query and then paste it into a table as a new record
S Steve Schapel Nov 26, 2004 #3 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.
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.