Please Help

extreme

Registered User.
Local time
Today, 10:52
Joined
Sep 27, 2004
Messages
51
I have created Table and Form but when I open the form it shows this #Name? where you enter data can someone explain why this is.

Thaks
 
Is it a text box where you have put a calculation? Maybe you changed the controlsource instead of the name property if you were renaming the controls.
 
Is your form's recordsource bound to the table or a query? Did you rename a field and forget to change the recordsource to the correct name? For example, instead of ClientName maybe it was Client Name with a space, or Client_Name with an underscore.
 
I have checked that here is the db

Thanks for replying
 

Attachments

the problem is that you have no recordsource selected in the form's recordsource properties.
 

Users who are viewing this thread

Back
Top Bottom