Here is my current table set up. In the Client table I have a ID field and a region field. Alot of other client data exists in this table, too.
I then have a service table where service data is data entered through a form. The relationship is set between client ID. I want to have the client's region field in the product table without having it data entered for each service. I know I can manipulate the data through a query, but how do I do I pull this so its automatically in the service table? I have done it by accident before, but can not figure it out now.
tblClient
-ClientID
-Region
-OtherClientData
tblService
-ClientID
-ServiceFields
Any help is very much appreciated! Thanks!
I then have a service table where service data is data entered through a form. The relationship is set between client ID. I want to have the client's region field in the product table without having it data entered for each service. I know I can manipulate the data through a query, but how do I do I pull this so its automatically in the service table? I have done it by accident before, but can not figure it out now.
tblClient
-ClientID
-Region
-OtherClientData
tblService
-ClientID
-ServiceFields
Any help is very much appreciated! Thanks!