Good Day!
I have a macro created to Open my subform and is embedded in the Command Button.
Main Form: frmADD NEW ENTITY NAME
Subform: frmEntityAwards
My macro filters to the specific EntityID and I can view the awards to the particular Entity as follows [EntityID]=[Forms]![frmADD NEW ENTITY NAME]![EntityID]
Now I want to Edit and/or ADD a new Award. Currently it won't let me add anything and I have no locks and everything is set to Edit Data, etc. in the property sheet.
Please help me with the next actions in my macro
Thank you so much!!!
I have a macro created to Open my subform and is embedded in the Command Button.
Main Form: frmADD NEW ENTITY NAME
Subform: frmEntityAwards
My macro filters to the specific EntityID and I can view the awards to the particular Entity as follows [EntityID]=[Forms]![frmADD NEW ENTITY NAME]![EntityID]
Now I want to Edit and/or ADD a new Award. Currently it won't let me add anything and I have no locks and everything is set to Edit Data, etc. in the property sheet.
Please help me with the next actions in my macro
Thank you so much!!!
Comment