View Full Version : A simple one on TAB I hope


nigelh
02-28-2002, 06:37 AM
I have a form which has three command buttons.
cmdSaveAndExit, cmdExitNoSave, cmdClear.
These are the last three controls in the forms tab order. How do I prevent the user from using tabbing right through these controls to a new record.
Any help would be appreciated.

Rich
02-28-2002, 07:40 AM
Cycle current record on the Forms property sheet.

nigelh
02-28-2002, 11:47 PM
Ta very much