S
sbkAccess
Guest
The following code is not executing when I click tab of this object:
Private Sub pg_BillTo_Click()
MsgBox "ok"
mdlInvoiceDisplay.Display_Customer_Info Me.txt_BillingID, "Bill"
End Sub
Do I need to set some parameter to make tab events work?
As I am going back and feeling around the control I see that it works when I click below the tab.
That is not good enough.
Does anyone no where to get a better tabs control object control?
Any suggestion would be appreciated.
Private Sub pg_BillTo_Click()
MsgBox "ok"
mdlInvoiceDisplay.Display_Customer_Info Me.txt_BillingID, "Bill"
End Sub
Do I need to set some parameter to make tab events work?
As I am going back and feeling around the control I see that it works when I click below the tab.
That is not good enough.
Does anyone no where to get a better tabs control object control?
Any suggestion would be appreciated.
Last edited: