I
Isis
If I have a Control on a form displaying a Table Field called [INVOICE] -
how do I hide|Unhide|Enable|Disable this control using VB ?
I have trying various things like;
Me.Control("INVOICE").Visible = False to hide
When is it right to use the "Me.Control" statement - for instance how do I
give a control Focus in Code ?
Any help appreciated as always.
Thanks
how do I hide|Unhide|Enable|Disable this control using VB ?
I have trying various things like;
Me.Control("INVOICE").Visible = False to hide
When is it right to use the "Me.Control" statement - for instance how do I
give a control Focus in Code ?
Any help appreciated as always.
Thanks