Microsoft
Software
Hardware
Network
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
Do you know how I can prevent the Run time error '3010' table 'FA_ledger_report' already exists ? Actually the 'FA_ledger_report' is a Union query.
Push mail on SBS2008 problem
Add a field name to text input
Table parameter in SQL 2008
DOS/Windows Script
How to clear @@error or general error flag in T-SQL
MS Access 2007 Passthrough Query Fails
Relational Database Cardinality (How is it expressed)
Error "windows cannot access the specified device path, or file. you may not have the appropriate permissions to access them"
SQL - Filter Dates from Two Different Tables