New record automatically

endri81

Registered User.
Local time
Today, 08:06
Joined
Jul 5, 2010
Messages
121
Hi
Basically I have a tabbed form.Filling all the fields in these tabs is needed for a full record.How to make possible that when I complete a record I go automatically in a new record?

Regards
 
With the form's Cycle Property set to the default setting of "All Records" tabbing out of the last control will take you to a new record automatically.

If you have fields that are required, i.e. have to be filled in to make a complete record, you'll need to place validation code in the Form_BeforeUpdate event to insure that they are filled in.

Linq ;0)>
 

Users who are viewing this thread

Back
Top Bottom