K
K Brooks
Hi,
I am currently having a problem dealing with forms. What
i ultimately need to do is allow a selection from a
listbox or combobox to populate a another list box, sort
of like i filter. I curently have 3 tables. One tabel
contains data about readers, the other about magazines and
the third is a routing table that shows who gets what
magazine. The primary key for the Reader Table is the
Reader ID, the primary key for the Peridical Table is
Periodical ID, and the key for the Route table is the
combination of Reader ID and Periodical ID, thus creating
a subscription or route. I need for a user to be able to
select a reader from a combo box, then have the 2nd
listbox show only the periodicals that that reader is
subscribed to be shown (from the route tabel). The tricky
part is that i need for this form to be linked directly to
the route table because i need the user to be able to
click on a certain periodical in the 2nd listbox after the
itis updated, and have the ability to delete a certain
magazine, thus unsubscribing them. I cant seem to be able
to figure out how this can be done.
I am currently having a problem dealing with forms. What
i ultimately need to do is allow a selection from a
listbox or combobox to populate a another list box, sort
of like i filter. I curently have 3 tables. One tabel
contains data about readers, the other about magazines and
the third is a routing table that shows who gets what
magazine. The primary key for the Reader Table is the
Reader ID, the primary key for the Peridical Table is
Periodical ID, and the key for the Route table is the
combination of Reader ID and Periodical ID, thus creating
a subscription or route. I need for a user to be able to
select a reader from a combo box, then have the 2nd
listbox show only the periodicals that that reader is
subscribed to be shown (from the route tabel). The tricky
part is that i need for this form to be linked directly to
the route table because i need the user to be able to
click on a certain periodical in the 2nd listbox after the
itis updated, and have the ability to delete a certain
magazine, thus unsubscribing them. I cant seem to be able
to figure out how this can be done.