G
Guest
I have a table of locations with Items for fields, quantities of item
stored in the record. So any location could have a number for some, all or
none of the items.
I also have a table of items including the item number (a field in the
location table) description and unit of measure.
I would like to populate a list box through vba by setting the recordsource
to some SQL that would give me an Item, the description, unit of measure and
quantity for a selected location.
I can't see how to do this since the item in the location table is a field
and not a value.
I started making a table including the location item and quantity, but it is
all duplicated, seems a waste.
Any help is greatly appreciated.
Ken
stored in the record. So any location could have a number for some, all or
none of the items.
I also have a table of items including the item number (a field in the
location table) description and unit of measure.
I would like to populate a list box through vba by setting the recordsource
to some SQL that would give me an Item, the description, unit of measure and
quantity for a selected location.
I can't see how to do this since the item in the location table is a field
and not a value.
I started making a table including the location item and quantity, but it is
all duplicated, seems a waste.
Any help is greatly appreciated.
Ken