Programming a Tab's OnClick Event

D

Don

I've not used Tabs much and I have a question about using SetFocus on a
page's OnClick event.

My form is frmMENU and I have a tab form on it called TabCt10. (I assume
this tabform is a subform, but I'm not sure) I have a text box called
txtFILTER on Page26 of the tabform.

I want to set the focus to txtFILTER when I click on Page26. Can someone
show me the syntax of that command? Thanks...
 
M

Maurice

How about

me.txtfilter.setfocus

in the click event of page 26 or am i thinking to simple in this situation.
 

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