J
Jim Franklin
Hi,
Using A2K or AXP, I would like to be able to set, using VB copde, some form
properties for a form displayed as a subform within my main form, for
example the form's AllowAdditions property.
At present, I am achieving this with the code:
Me!subform_control.Form.AllowAdditions = False
Although this seems to work, VBA doesn't seem to like it as I type it in.
Would I be right in saying this is not the correct way of doing it?
Thanks for any help,
Jim F.
Using A2K or AXP, I would like to be able to set, using VB copde, some form
properties for a form displayed as a subform within my main form, for
example the form's AllowAdditions property.
At present, I am achieving this with the code:
Me!subform_control.Form.AllowAdditions = False
Although this seems to work, VBA doesn't seem to like it as I type it in.
Would I be right in saying this is not the correct way of doing it?
Thanks for any help,
Jim F.