Question : access 2007 "Invalid field definition 'CustomerID' in definition of index or relationship

I'm getting a error saying

"Invalid field definition 'CustomerID' in definition of index or relationship

when trying to link and enforce integrity between CustomerID on 2 seperate tables, in the pic it's tblCUSTOMER_INFO and tblSHIP_INFO

Answer : access 2007 "Invalid field definition 'CustomerID' in definition of index or relationship

Here is the fix:

in tblCUSTOMER_INFO ... change the Data Type of CustomerID from AutoNumber to Number >> Long Integer >> Indexed >> Dups Allowed ...... and you will be good to go.

You can't create relationships between two AutoNumber fields.

mx

Random Solutions  
 
programming4us programming4us