ZOrder

C

CharlieB

It appears that the ZOrder property is not supported in VBA with Access 2002. I have a form with an ActiveX control and native controls. I want to display a TextBox control over the ActiveX control. It is alway under it!!!. How can I make it display on top in Access VB

Please Help
 
P

Perry

Why don't you toggle the Visible property of
each seperate control?

Krgrds,
Perry

CharlieB said:
It appears that the ZOrder property is not supported in VBA with Access
2002. I have a form with an ActiveX control and native controls. I want to
display a TextBox control over the ActiveX control. It is alway under
it!!!. How can I make it display on top in Access VBA
 
K

Kevin K. Sullivan

In form design view, you should be able to select the ActiveX control and
then choose Format->Send to back. You can also select the textbox and
Format->Bring to front. That's about all the ZOrder control you have.

HTH,
Kevin

CharlieB said:
It appears that the ZOrder property is not supported in VBA with Access
2002. I have a form with an ActiveX control and native controls. I want to
display a TextBox control over the ActiveX control. It is alway under
it!!!. How can I make it display on top in Access VBA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top