Relationship

K

KuramaFCPL

I am trying to Enforce Referential Intergrity on my relationship, but I keep
getting an error message saying "Relationship must be on the same number of
fields with the same data types" Please help. Thank you
 
J

Joan Wild

Likely you are trying to create a relationship between two field of
differing datatype.

They must be the same. For example you can't enforce RI between a text
field and an integer field.

Check the datatypes in the tables. Note that for an autonumber field, you
want to create the relationship between it and a number field of Long
Integer size.
 
T

tina

look at the field(s) that you're trying to link together. what are their
data types? if Number, what are their field sizes?

hth
 

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

Top