Hi,
ran into some confusion with my table relationship so attached is a picture and heres an explanation of what is intended to happen.
currently I have 4 tables
Proposal table is what starts the data. OrderID is primary
for every OrderID there is 1 design, one well
for 1 well there can be many reservoirs
When I start to enter in data in the proposal table all tables to the rightof tblProposal get data but tblDesign to the left does not get a OrderID from tblProposal? How can I make the data flow through to all the tables
Thanks