View Full Version : Quite a simple Problem - I Think


David Ferguson
04-10-2000, 07:02 AM
I need to run the 'Save Record' function found in the records menu (while a form is running0 in a Macro. I can see the button in the menu and I know the shortcut SHIFT + ENTER but I don’t know how to automate this process in a query.

Any suggestion appreciated, Cheers
Dan F

R. Hicks
04-10-2000, 05:05 PM
I haven't used macros in a long time, but choose the action RunCommand and in the argument section, choose SaveRecord.

Good Luck,
RDH