Textboxes,Lists

endri81

Registered User.
Local time
Today, 05:02
Joined
Jul 5, 2010
Messages
121
Hi.
In my tabbed form controls show some values from the control sources.
How to keep them empty before user enters data himself?
Regards
 
Exactly that is the problem when I press new record there are still some old datas shown there...
 
Are all the controls bound to a field? Moving to a new record will not alter the contents of unbound controls.

Are any of the controls on a subform, if so is the subform moving to a new record when the main form does?

Will it only ever be used for data input? If so there is a property in the form which sets it to only allow additions.
 

Users who are viewing this thread

Back
Top Bottom