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
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?
I am able to use
Code:
DE1.rsMASTER.movenext
I want to be able to traverse those records as well, but can't seem to reference the SUB table. Help?