I have created a database that tracks "Projects". Each project has an Owner and a Distribution company. I want to be able to select the Owner and Distribution company from a "Client" table that I have created, via a combo box in my form. The problem I am running into is that I am not able to display the address, city, state, zip for both the Client and the Distribution company on my form, since they are both taken from the same "Client" table.
This probably isn't the smartest way to do it, but I was wondering if I can create a "Distribution" table that contains the same data as the "Clients" table. Right now I have a form to update and add new Clients. Is there a way I can have this form create the same data in the "Clients" and "Distribution" table all at once? Or is there an easier way I should approach this?
Thanks!
This probably isn't the smartest way to do it, but I was wondering if I can create a "Distribution" table that contains the same data as the "Clients" table. Right now I have a form to update and add new Clients. Is there a way I can have this form create the same data in the "Clients" and "Distribution" table all at once? Or is there an easier way I should approach this?
Thanks!