I need to move an editing form, that has a subform, to display a selected field value that is on the subform.
I have two tables:
StatusMnemUnit with fields:
SMU_ID
System
MnemFileName
MnemonicUnit with fields:
SMU_ID
MU_ID
MnemonicName
etc.
The Relationship is the SMU_IDs.
The parent form displays the StatusMnemUnit info and the subform displays the MnemonicUnit information.
I have a form, based on a query, that allows me to select a specific MnemonicName and edit the MnemonicUnit information, but I can't use it to delete a specific MnemonicUnit record or add a MnemonicUnit.
How can I position the form to a specific MnemonicUnit record so that I can edit or delete the record?