My task is after i click the image button, it will auto redirect to another form, but that form contain 10 tabs, I want to redirect to 2nd tab, how should i do?
The Form name "Qa : Customer and Custodian same City" and the tabs name Qa~Qj
Thanks for helping.
Origin from here
The Form name "Qa : Customer and Custodian same City" and the tabs name Qa~Qj
Thanks for helping.
Origin from here
Private Sub Image0_Click()
DoCmd.OpenForm "Qa : Customer and Custodian same City", acViewNormal
End Sub