copy record macro

  • Thread starter Thread starter jim branum
  • Start date Start date
J

jim branum

how do i build a macro button to copy the info to a new
record from current form displayed
 
Jim,

In a nutshell:
Make a query which selects the record as displayed on the current
form. Make it into an Append Query. Make a macro using the OpenQuery
action to run the append. Assign this macro to the Click event of
your button.

- Steve Schapel, Microsoft Access MVP
 
Back
Top