E
eric
I've tried all of the recommendations and still cannot
get a specific tab control page to open...I've tried the
following and get the errors indicated:
DoCmd.OpenForm "WO_Detail", , , stdWOLink
Me!TabCtl11 = 1
"Expression entered refers to closed object or one that
does not exist"
DoCmd.OpenForm "WO_Detail", , , stdWOLink
Me!TabCtl11.Value = 1
"Expression entered refers to closed object or one that
does not exist"
DoCmd.OpenForm "WO_Detail", , , stdWOLink
Me.TabCtl11 = Me.TabCtl11.Pages("Page2").PageIndex
"Method or data member not found"
get a specific tab control page to open...I've tried the
following and get the errors indicated:
DoCmd.OpenForm "WO_Detail", , , stdWOLink
Me!TabCtl11 = 1
"Expression entered refers to closed object or one that
does not exist"
DoCmd.OpenForm "WO_Detail", , , stdWOLink
Me!TabCtl11.Value = 1
"Expression entered refers to closed object or one that
does not exist"
DoCmd.OpenForm "WO_Detail", , , stdWOLink
Me.TabCtl11 = Me.TabCtl11.Pages("Page2").PageIndex
"Method or data member not found"