Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

requerying data on a tabctl subform

Status
Not open for further replies.

shanedavid1981

Programmer
Feb 3, 2005
54
US
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!
 
It's okay, my bad, I forgot to rename the subform when i recreated it ont he TabCtl page...

all sorted...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top