I have a table with vendor number and customer name.
I then have another table that lists the vendor number and all of the customer's contract numbers. I also have a year column added to the table so that I can query out only the contracts for a certain year.
The problem is that I need to connect other tables to the contract number in this query. When I do this, the fields cannot be updated.
I would like to have the following relationships.
Vendor Table connected to Conract Query by vendor number
Contract Query connect to Production Order table by contract number.
Is there a way to create relationships with a query that still allow a table to be updateable?
Thanks
I then have another table that lists the vendor number and all of the customer's contract numbers. I also have a year column added to the table so that I can query out only the contracts for a certain year.
The problem is that I need to connect other tables to the contract number in this query. When I do this, the fields cannot be updated.
I would like to have the following relationships.
Vendor Table connected to Conract Query by vendor number
Contract Query connect to Production Order table by contract number.
Is there a way to create relationships with a query that still allow a table to be updateable?
Thanks