View Full Version : Tab key in forms


khefner
02-05-2002, 11:55 AM
When using the Tab key (in a form) to move through fields, a new record is created when the last field is "tabbed" back to the first field.(auto number field) I would like the ability to continously tab through all fields of the form (except auto number field) without creating a new record. Any ideas to correct this? Thanks in advance,
Kevin

Alexandre
02-05-2002, 12:02 PM
Have a look to the Cycle property of your form.

Alex

khefner
02-06-2002, 03:54 AM
Thanks Alex, the cycle propety was my problem. Half the battle it seems (at least for me) is finding out what all the property functions are in Access! Appreciate the help,
Kevin