ZOrder method

G

Guest

Does anyone know why my Access 2000 does not recognize the ZOrder method for a textbox control?
 
D

Douglas J. Steele

It could be because Access doesn't have a ZOrder method for textboxes.

--
Doug Steele, Microsoft Access MVP

(No private e-mails, please)



Eric said:
Does anyone know why my Access 2000 does not recognize the ZOrder method
for a textbox control?
 
C

Cheryl Fischer

Eric,

There is no ZOrder method in Access, as the Form and Control objects are
vastly different from those found in Visual Basic.

If you will post back and describe what it is that you want to do with your
textbox control, I am sure someone will have suggestions for you that are
appropriate to Access.

--

Cheryl Fischer, MVP Microsoft Access
Law/Sys Associates, Houston, TX


Eric said:
Does anyone know why my Access 2000 does not recognize the ZOrder method
for a textbox control?
 
E

Eric

Cheryl,

Thanks for the reply, I'd assumed such but was led to
believe differently by the number of times my MSDN Office
2000 documentation described the ZOrder method and
provided samples...

I'm attempting to place a textbox on top of the active
cell of a MSFlexGrid. The text box does move as expected
and does receive focus with all entry processed by the
control. The content is not visible but can be placed in
the flex grid cell when the textbox after_update event
fires. BTW, the same symptoms occur when I usre a combo
control in the same manner, the text box portion of the
control is never visible but the dropdown lis is.

Eric
 
D

Damien

Eric,

I'd consider using an Access subform rather than the
flexgrid. They share much of the same function, plus
being as a subform is a native Access object, you will
save yourself a lot of hassle. Nor will you have to
bother floating controls over the subform, as they can be
incorporated into your subform.

Hope that helps.


Damien
 

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