Saving a Record

G

Guest

what do you mean by save. once the record is in the table
it is save.
-----Original Message-----
I am trying to create a macro that will save the "record"
before the next action. I can only find saving
the "form". This presents a problem in my multi user
environment because to save a "form" everyone has to be
out. Any suggestions??
 
G

Guest

When I am entering data in a form a record is not updated in the table until you leave that record. I have a macro in the form that takes me to a query but the information is not there because I am going directly to the query without going to the next record. Does this make sense??
 
J

Jim/Chris

In the macro action
runcommand

Action
Save

Jim
-----Original Message-----
When I am entering data in a form a record is not updated
in the table until you leave that record. I have a macro
in the form that takes me to a query but the information is
not there because I am going directly to the query without
going to the next record. Does this make sense??
 
S

Steve Schapel

Shelly,

I would agree with Jim if he had said:
Action: RunCommand
Command: SaveRecord
 

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