I have three tables.
tblClient with Client_ID as the Primary Key field no duplicates
tblAddress with Add_ID as the Primary Key Field no duplicates
tblData with Data_ID as the link field
All above fields contain the Client Number. (listed as text due to some Client Numbers having letters)
At present I have Client_ID linked one to Many with Data_ID
and Add_ID linked to Data_ID as one to many also.
I am unable to enter new clients due to Add_ID and Data_ID containing null values.
My Question is, how do I get my Data_ID and Add_ID to accept the new Client_ID number that I am entering.
I have tried tblClient Client_ID linked to both tblAddress Add_ID and tblData Data_ID with the same results.
I hope you are able to understand what I have done and what my problem is.
Thank you for your time and patience with this project.
Robert M
tblClient with Client_ID as the Primary Key field no duplicates
tblAddress with Add_ID as the Primary Key Field no duplicates
tblData with Data_ID as the link field
All above fields contain the Client Number. (listed as text due to some Client Numbers having letters)
At present I have Client_ID linked one to Many with Data_ID
and Add_ID linked to Data_ID as one to many also.
I am unable to enter new clients due to Add_ID and Data_ID containing null values.
My Question is, how do I get my Data_ID and Add_ID to accept the new Client_ID number that I am entering.
I have tried tblClient Client_ID linked to both tblAddress Add_ID and tblData Data_ID with the same results.
I hope you are able to understand what I have done and what my problem is.
Thank you for your time and patience with this project.
Robert M