Values are missing in textboxes on Form load

rajesh876

Registered User.
Local time
Today, 01:43
Joined
Jul 10, 2009
Messages
33
Hello,

I am new to Access programming.I have an application that was already developed.Now We have the problem that some fields are populating with the values during the form load.I really donno how to solve this.How to see the code where it is causing problem.I am c# asp.net guy.So new to access programming.Please help me out guys....
 
It may be the form control's default value property.
 
I am not understanding what you are trying to explain...Could u tell me elaborately...
 
In the design of the form, the control can have a default property. They may be set and that is where the data comes from and not from any VBA code.

Try opening the form in design mode, slect a control that in questions, then view the properties for the control (right click it and select properties). Look onthe data tab doe the Default Value.
 
In the design of the form, the control can have a default property.
Also look at the DEFAULT property for the field in the TABLE which can also have a default set. If you create a field and set it to Long Integer then automatically it sets the default to 0, just as an example.
 

Users who are viewing this thread

Back
Top Bottom