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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

gotopage on a tab form

Status
Not open for further replies.

cmmrfrds

Programmer
Feb 13, 2000
4,690
US
I have a tab form where 1 page is used to enter the detail for a table about 25 elements. I have another tab that is an abbreviated list of all the records in the table. I would like to go from the list and carry the key of the record picked from the list to the detail tab. I tried gotopage(n) in a button control, but this doesn't seem to work. When not on a tab form I simply open the form I am going to, but this doesn't work on a tab form since all the forms are already open.<br>
<br>
Any alternatives??
 
Thank you for the info. Doug.<br>
<br>
I ended up solving the problem by reading Help and finding that all the subforms on a tab are considered controls so that any method that works with a control will work with a subform. So, I setFocus to the subform and that did what I needed.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top