I am designing a database for our engineering group. In the database I have the following tables; tProgram, tPartFamily, tAssembly, tSubAssembly, tSub2Assembly, tComponent, tMaterial and tProcess. I have attached a relationship screenshot.
Using search I have found a partial answer to my problem. Like jeremycod I would like a pop up form that is populated with the Parent id number. I found the answer in thread 134769. I have fPartFamily nested in the fProgram form. I want to be able to point to a record in PartFamily and click a command button to open the fAssembly form and edit and add records related to the active record.
Now for the problem. The code works great when tested prior to nesting fPartFamily in fProgram. However, when fPartFamily is nested and I click the command button I get the error message that is written into the code and the message that the open form action was canceled. Can you help me with the code?
sandy
Using search I have found a partial answer to my problem. Like jeremycod I would like a pop up form that is populated with the Parent id number. I found the answer in thread 134769. I have fPartFamily nested in the fProgram form. I want to be able to point to a record in PartFamily and click a command button to open the fAssembly form and edit and add records related to the active record.
Now for the problem. The code works great when tested prior to nesting fPartFamily in fProgram. However, when fPartFamily is nested and I click the command button I get the error message that is written into the code and the message that the open form action was canceled. Can you help me with the code?
sandy