V
Veli Izzet
Hi,
I have two tables:
Tbl1:
PrID (Txt)- Primary key
Prtxt1
PrTxt2
Tbl2:
MlzID (Autonumber)-Primary key
Mlz1
Mlz2
I want to build a relationship between them by table 3 like
Tbl3:
PrID (Txt) primary key
MlzID(Number)primary key
Detailfield
Question:
If I want to check for referential integrity Access does not allow me
because Mlz ID is Autonumber in tbl2, and number in tbl3. If I change
the MlzID to autonumber in tbl3, I cannot succeed.
If I do not check for referential integrity, the relationship can be
established.
Can anybody explain this behaviour.
Thanks for answers.
I have two tables:
Tbl1:
PrID (Txt)- Primary key
Prtxt1
PrTxt2
Tbl2:
MlzID (Autonumber)-Primary key
Mlz1
Mlz2
I want to build a relationship between them by table 3 like
Tbl3:
PrID (Txt) primary key
MlzID(Number)primary key
Detailfield
Question:
If I want to check for referential integrity Access does not allow me
because Mlz ID is Autonumber in tbl2, and number in tbl3. If I change
the MlzID to autonumber in tbl3, I cannot succeed.
If I do not check for referential integrity, the relationship can be
established.
Can anybody explain this behaviour.
Thanks for answers.