New record

endri81

Registered User.
Local time
Today, 05:28
Joined
Jul 5, 2010
Messages
121
I have a tabbed form.
A full record is created after filling all the fields in the tabs.I noticed that when I move from tab to tab in some fields there are still some old data shown.How to make possible than when I press new record button all the fields in the tabs become empty by default so to enter the new data?
 
If, in fact, when moving to a new record some of the controls show data they are unbound controls, which is to say they are not tied to fields in the underlying table/query, and this is normal behavior.

Is this, in fact, the case? Are these, perhaps, calculated controls used for display only?

Linq ;0)>
 

Users who are viewing this thread

Back
Top Bottom