Multiple Warehouses

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a WAREHOUSE table with 3 fields:
WarehouseID - primary key
Facility
Description

I have a PROFILES table with a one-to-many relationship established with the WAREHOUSE table.

In the PROFILES form I want to add a subform through which I can pick multiple warehouses from the WAREHOUSE table.

How can I do this?
 
I think the information is insufficient to give a good answer. "To pick
multiple warehouses" can be accomplished using a milti-select list box
without the use of the subform. Typical use of the subform would be to
list order items for a given order, or different orders for a customer,
or multiple warehouses for a profile. But I don't know what do you mean
by "picking" those warehouses.
Waht is the purpose of the main form/subform system?
Pavel
 
Back
Top