Sendkeys

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In my code I use sendkeys "{f9}", true to save a change without moving to a
first or last record.

Since sendkeys doen't always work is there a better way to do this. I want
to make an update on the current record without a requery?

Example:

Each time the user clicks a button to open a report, the code adds to the
revision number. I want the new revision number to show on the report.
Currently I use:

me.rev = me.rev + 1
sendkeys "{F9}", true
open report for current record only

Thanks,
Alison
 
Back
Top