Database relations

MrReclusive

Member
Joined
Dec 17, 2009
Messages
5
Programming Experience
Beginner
this is a visual basics/database question.

I have fully functional database, all the relations and keys are set and work with the access version of the program(not written by me).

Lets say I have a tbl1 and a tbl2 in a form, there relation is id1
If I start with using tbl1 and scroll the the entries it works fine.
If I add something from tbl2 and need it to scroll with it based on id1, only way I can seem to make it work is by hiding a data-bound combo box in the back some where with data source as tbl2 with a value member of id and selected value as tb1.id.

I know this is a newb question. I have been all over google, maybe I wasn't phrasing it right, but cant find the obvious simple way of doing this.

Thanks
Mike C
 
Back
Top