G
Guest
I'm constructing a database for a journal and I want to set up an orders form
where orders can be placed either for an annual volume (two, occasionally
three, issues) or for a single issue. I'd like it to be possible for a volume
order to be entered on the order form as a single catalogue item, not as two
separate items.
I have a Volumes table and a separate (related) Issues table, and I have
created a union query which successfully allows me to display both Volumes
and Issues in a single merged catalogue list. But Issues remain a subset of
Volumes, which is presumably why the union query doesn't work as a data
source for a combo box on the order details form that would permit the user
to select the requested item from a simplified drop-down list of the whole
catalogue.
Any work-around suggestions wld be much appreciated, tho unfortunately my
VBA skills are close to zero.
where orders can be placed either for an annual volume (two, occasionally
three, issues) or for a single issue. I'd like it to be possible for a volume
order to be entered on the order form as a single catalogue item, not as two
separate items.
I have a Volumes table and a separate (related) Issues table, and I have
created a union query which successfully allows me to display both Volumes
and Issues in a single merged catalogue list. But Issues remain a subset of
Volumes, which is presumably why the union query doesn't work as a data
source for a combo box on the order details form that would permit the user
to select the requested item from a simplified drop-down list of the whole
catalogue.
Any work-around suggestions wld be much appreciated, tho unfortunately my
VBA skills are close to zero.