Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Macro to Save a Record 1

Status
Not open for further replies.

houstonbill

Technical User
Nov 6, 2006
92
This may seem like a dumb question, but can I create a macro to save a record following its entry in a form?
In my case, the user enters the information on the form and immediately selects the "send email" button that is activated by mcrEmail and the current record that was just entered attaches to the email that is already addressed. Without using the save button before hitting the Send email button, the attachment is blank. I have notes on the DB to remind everyone to save first before sending.

I tried to use the macro action "Save" for a form and adding it to my mcrEmail (1st as part of a macro group) but nothing worked.
 
add to the macro
a RunCommand action
with the command SaveRecord
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top