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!

Child command .MOVENEXT ??

Status
Not open for further replies.

OIIIO

Programmer
Aug 10, 2001
2
US
I have VB set up with a data environment "DE1" connected to an Access2000 database. Currently I have one table "MASTER" and one child table "SUB". There is a one to many relationship between the parent & child tables.
I am able to use
Code:
     DE1.rsMASTER.movenext
to go to the next record in the master table, but my form only shows the first record from the related SUB table.
I want to be able to traverse those records as well, but can't seem to reference the SUB table. Help?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top