Hi there.
I have a Parts Master table and Parts Used table.
Part Used column named “Part Number” is a Ref type pointing back to Parts Master. This is awesome because users can click the “New” button when on Parts Used Form to search for a part to add from the Master.
When user clicks “New”, another form is opened that is still shown as Parts Used Form, but is actually a form for the Parts Master.
When I click “Save”, I would expect the form to close and add that row to Parts Master. What actually happens is, the real Parts Used form immediately opens. Only after saving this form, will the new part be added to Master.
I thought the solution may be checking the box below on Parts Used ref column. But it will not stay checked. Even if it did, I’m not sure this will allow the “New” part to be added to Master after completing first form. This is what I need to happen.
Any suggestions?
Thanks,
HH