gerard1979
MIS
Maybe this is a very simple one, but I never did this before.
I have 2 tables
Table1 with PrimairyKey = MP_id (autonumber)
Table2 with PrimairyKey = leadnumber (autonumber)
MP_id is as foreignkey in table2. The relation between the tables must be 1-1 or better 1-0,1. How to realize this?
Thanx in advance,
Gerard
I have 2 tables
Table1 with PrimairyKey = MP_id (autonumber)
Table2 with PrimairyKey = leadnumber (autonumber)
MP_id is as foreignkey in table2. The relation between the tables must be 1-1 or better 1-0,1. How to realize this?
Thanx in advance,
Gerard