copy record macro

J

jim branum

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

Steve Schapel

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
 

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

Top