M
mwfelix
Guest
I have a table with Client info, I then have child tables with info on what workshops the client has attended or if the client recieved services. The idea is to use "ClientName" as the primary key in the main "Client Info" Table and then use this same field as the Foreign key in the smaller child tables. Everything seems to work out except if I want to "Enfore Referential Integrity" in the relationship. When I try to do that I get this error message:
Relationships must be on the same number of fields with the same data types
Is this going to screw me up later?
Thanks
mark
Relationships must be on the same number of fields with the same data types
Is this going to screw me up later?
Thanks
mark