Empty Fields

endri81

Registered User.
Local time
Yesterday, 22:05
Joined
Jul 5, 2010
Messages
121
How to make possible that every field in a tabbed form to be empty when we press button New Record?

Regards
Endri
 
If you want to enter a new record, you don't need a button.
There is a NAVIGATION BUTTON on the form. Click on the
navigation button for a new record.
 
That aside, if this is a bound form, with your controls bound to fields in the underlying query/table, they should be 'empty' when moving to a new record.

Linq ;0)>
 

Users who are viewing this thread

Back
Top Bottom