Invalid Field Definition

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When trying to build a relationship betweet two tables, I'll received the
error message "Invalid Field Definition "ID' in definition of index or
relationship. I have checked and rechecked the 'ID' field, but can't seem to
locate the problem.

So what does this error mean? and How can I fix it?

Thanks
 
It sounds like the two fields have different data types or field lengths.
Make sure their data types are the same - exception-autonumber PKs join to
Long Integer FKs and if the type is text, make sure the lengths are the
same.
 
Probably a invalid reference to the wrong foreign key. Can you explain the
fields you are trying to relate to eachother? Try to give your ID fields a
proper name that way you can identify them better when trying to create the
relationships in the relationship window
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top