M
Marcia
I have a combobox for types of music and a combobox for artists. The rowsource
query for the artists combobox associates artists with different types of music.
In the query I use the name of the type of music combobox to limit the list of
artists when a type of music is first selected. This works well in a single form
but I'm having trouble in a continuous form. In a continuous form, when I select
a type of music, in all the records where the artist is not associated with this
type of music go blank. How do I implement synchronized comboboxes in a
continuous form?
Thank you!
Marcia
query for the artists combobox associates artists with different types of music.
In the query I use the name of the type of music combobox to limit the list of
artists when a type of music is first selected. This works well in a single form
but I'm having trouble in a continuous form. In a continuous form, when I select
a type of music, in all the records where the artist is not associated with this
type of music go blank. How do I implement synchronized comboboxes in a
continuous form?
Thank you!
Marcia