G
Guest
I would like to display a specific page on my tabctrl based on a value in my
table. I would do this in the onload property of the form.
I am having problems with the proper syntax.
Basically it would be something like
if me.OrderType = "Conv" then
tabctl92
page 93 gets displayed
endif
if me.OrderType = "Air Shipment" then
tabctl92
page 94 gets dispayed
endif
Any help is appreciated.
table. I would do this in the onload property of the form.
I am having problems with the proper syntax.
Basically it would be something like
if me.OrderType = "Conv" then
tabctl92
page 93 gets displayed
endif
if me.OrderType = "Air Shipment" then
tabctl92
page 94 gets dispayed
endif
Any help is appreciated.