dannydanny
IS-IT--Management
Hi,
When designing my subform, I have a button which makes a field on the subform unlocked for editing by the user. If I view my subform, this button works ok. But when I insert the subform into my main (parent) form, the button on longer works. I get an error message...something like the subform doesn`t exist.
I figured I must change the macro code somehow, but I don`t know how. Here is my simple macro code
[Forms]![SubFormName]![FieldNameOnSubForm].[Enabled]
Which part do I have to change so that it will work when I open my parent form and click on this button (which is on the subform)?
Thanks for any info,
Danny
When designing my subform, I have a button which makes a field on the subform unlocked for editing by the user. If I view my subform, this button works ok. But when I insert the subform into my main (parent) form, the button on longer works. I get an error message...something like the subform doesn`t exist.
I figured I must change the macro code somehow, but I don`t know how. Here is my simple macro code
[Forms]![SubFormName]![FieldNameOnSubForm].[Enabled]
Which part do I have to change so that it will work when I open my parent form and click on this button (which is on the subform)?
Thanks for any info,
Danny