M
Mark A. Sam
I need to set the Tab Styles in VBA, but don't know how to address the value
of the property. According to help, there are constants,
vbTabs, vbButtons, and vbNone.
These don't work and don't return a value in the immediate window:
?vbNone
I tried
[TabCtl23].Style = acNone
and got errors.
I am working with A2k but also tried it on Access 2002.
Thanks for any help.
of the property. According to help, there are constants,
vbTabs, vbButtons, and vbNone.
These don't work and don't return a value in the immediate window:
?vbNone
I tried
[TabCtl23].Style = acNone
and got errors.
I am working with A2k but also tried it on Access 2002.
Thanks for any help.