Refresh

  • Thread starter Thread starter Jeroen Verdrengh
  • Start date Start date
J

Jeroen Verdrengh

Hi,

I'd like to call a VBA function every time the user switches pane in a
TabbedPane control. No eventhandler seems to do the job.

greets,

Jeroen
 
Private Sub tabProj_Change()
Select Case tabProj.Pages(tabProj).Name
Case "pg1"
'Do this
Case "pgApples"
'Do That
Case "pgTest"
'Do This, that, and the other
Case Else
msgbox "Fire up the generator and drink bottled water!", vbcritical
end select
End Sub


--
HTH,

Steve Clark, Access MVP
FMS, Inc.
Professional Solutions Group
http://www.FMSInc.com
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Is your Access database too slow?
Are you ready to upgrade to SQL Server?
Contact us for optimization and/or upsizing!
http://www.FMSInc.com/consulting
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 

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

Similar Threads

Access Form Refresh 1
Keep current record focused 2
Recordset 1
If Then problem 2
Confirm before update 1
table contents to string 7
Report - grouping - sum 1
Form filter 1

Back
Top