I'm using Access 97 and depending on certain criteria, the properties of the subform (AllowAdditions, AllowEdits) need to be set from code in the main form.
I'm sure it's easy but I cannot seem to get the syntax correct. Here is the latest iteration:
Forms![frmBilling]![frmPremiumTransactions_subform].AllowAdditions = True
Please help. No matter what I do, I can't seem to get this set from the main from.
Thanks.
I'm sure it's easy but I cannot seem to get the syntax correct. Here is the latest iteration:
Forms![frmBilling]![frmPremiumTransactions_subform].AllowAdditions = True
Please help. No matter what I do, I can't seem to get this set from the main from.
Thanks.