shanedavid1981
Programmer
Hey,
How would I requery a subform on a tabctl page?
Where I used to have the following do the work:
InductionAssistSub.Requery
I now want to have this subform on a tabctl page, so altered the code to:
TabCtl8.signin.InductionAssistSub.Requery
And now I get error messages...
signin is the name i assigned to the page tab, not the caption...
Any insight into this would be great, thanks!
How would I requery a subform on a tabctl page?
Where I used to have the following do the work:
InductionAssistSub.Requery
I now want to have this subform on a tabctl page, so altered the code to:
TabCtl8.signin.InductionAssistSub.Requery
And now I get error messages...
signin is the name i assigned to the page tab, not the caption...
Any insight into this would be great, thanks!