A
Ann
I am using Access 2002. I'm creating a database for education and I created
a main form for Vendors and linked a subform for Courses they offer. Some
Vendors only offer one class but some have as many as 75. When I choose the
Vendor on my main form all of the Courses appear in the subform on a single
form. For those that have only one it's not a problem but for those that
have 75 I have to use the navigation buttons to look through them. I added a
combo box but the list has all the Courses, 208, for all the Vendors. I
would just like to see the classes that go with the Vendor I picked from the
main forms combo box. This way if I pick the Vendor with the 75 Courses I
will only see those 75 and not all 208. Since the sub is linked to the main
by the lngVendorID I want to somehow tell the subs combo box that the
tblVendors.lngVendorID equals the tblCourses.lngVendorID but I'm not sure how
or where to put this. Can anyone help me? Thanks in advance.
a main form for Vendors and linked a subform for Courses they offer. Some
Vendors only offer one class but some have as many as 75. When I choose the
Vendor on my main form all of the Courses appear in the subform on a single
form. For those that have only one it's not a problem but for those that
have 75 I have to use the navigation buttons to look through them. I added a
combo box but the list has all the Courses, 208, for all the Vendors. I
would just like to see the classes that go with the Vendor I picked from the
main forms combo box. This way if I pick the Vendor with the 75 Courses I
will only see those 75 and not all 208. Since the sub is linked to the main
by the lngVendorID I want to somehow tell the subs combo box that the
tblVendors.lngVendorID equals the tblCourses.lngVendorID but I'm not sure how
or where to put this. Can anyone help me? Thanks in advance.