A fiels not found in a form

E-D

Registered User.
Local time
Today, 04:09
Joined
Dec 31, 2001
Messages
42
A strange thing happens to me :
I have a command button links between two forms. For some starnge reason once I use it, an error message pops up. When I enter the code and use Me. the options I see are customer_CustomerID instead of Customer.CustomerID and the program cannot identify the field although everything seems to be all right in the form itself.
I guess my explanation is not very clear, but does anyone know what can be the reason?
 
If you really have a text box named Customer.CustomerID then you should change it for something like say txtCusID take a look at naming conventions too, you shouldn't use dots or spaces in field names.
 
I know I should use the right prefix
however, Access automatically generates the names of the fields for me.. so I left the given names as they are.
What about the problem I encountered
Do you have any solution?
 
Thanks. I have managed to fix the problem
 

Users who are viewing this thread

Back
Top Bottom