Field visibility on a form

Danny

Registered User.
Local time
Today, 08:01
Joined
Jul 31, 2002
Messages
145
Hi,

I created few new fields and change the labels for some of the existing fields. When I access the back end, I can see records users already inputted. When I create a query, I can see the data that was entered. But, for some reason it is invisible on the form ie. the form shows blank. Attached is a screenshot.


I checked the fields property and verified enabled is set to Yes.
TIA

Regards,
 

Attachments

  • Screenshot .jpg
    Screenshot .jpg
    114.6 KB · Views: 14
Check the form's data properties. Data Entry should be set to "No". Setting it to "Yes" allows you to enter new data without viewing existing data. If this doesn't match your situation, you might want to view other data properties including the Record Source.
1754801735511.png
 
Just to cover other bases, I would also check the controlsource of the controls are specified
 

Users who are viewing this thread

Back
Top Bottom