Hi,
Can anybody tell me how you automatically move to a new empty record when you open a Form? Till now, I always had the last record displayed.
Thanx for your help
You can also set the form property DataEntry = True, and the form will automatically open to a new blank record, and will keep giving you new records if you tab out of the last field of the previous new record.