Error

iuphim

Registered User.
Local time
Today, 15:41
Joined
Oct 30, 2008
Messages
43
I'm trying to link a table in and it give me this error:

"Invalid field definition 'IW_Date" in definition of index or relationship."

A person next to me was able to link the table without errors.

Any idea what might cause this and how to fix it?

Thanks!
 
Hard to say, but what is the data type of IW_Date, is there any default value set, are their lookups at field level, what (if any) indexes are set on this field, and what is the primary key of the table?
 
Primary key is using a different column. The data type for this column is timestamp. Indexes are using a different column.

Any thoughts would be greatly appreciated. Thanks!
 
Sounds like you are linking to a SQL Server backend. So, how are you doing it?
 

Users who are viewing this thread

Back
Top Bottom