using control to add record

M

MSD

I'm using a form to update a record in an underlying table. It works now
using the standard TAB key to go to the next record.

Instead, I want to add a command SAVE ITEM, which would save the item and
put the focus back to the first control on my form. I don't want TAB to
automatically cause the table to be updated.

Any ideas?

Thanks very much,

Emma
 
K

Karen

On the form's 'Other' tab in properties, in 'Cycle' choose 'Current Record'

It works for me.
 
Top