J
JohnM77 via AccessMonster.com
I have a shipping table in which the user enters/selects a "Ship To". The
user first selects an option button for whether a "Customer" or "Other" will
be specified. If Customer is selected, the user will select a customer from a
combobox. The Shipping table would then store the CustomerID corresponding to
the combobox selection, with Customer address info stored in a Customers
table. If "Other" is selected, the user will enter the "Ship To" data
directly into name/address/city/state/zip textboxes (data stored either
directly in Shipping or in a third table named "Other"?).
My question is, on my Shipping form, how can I display
name/address/city/state/zip as the same fields in a datasheet subform,
regardless of whether the data comes from the Customers table or an Other
table or directly from the shipping table?
This concept of combining freeform data entry and dropdown list selection
into one table seems to come up quite often. Any thoughts on how to elegantly
handle this scenario in general, or the above scenario specifically, would be
greatly appreciated.
Thanks,
John
user first selects an option button for whether a "Customer" or "Other" will
be specified. If Customer is selected, the user will select a customer from a
combobox. The Shipping table would then store the CustomerID corresponding to
the combobox selection, with Customer address info stored in a Customers
table. If "Other" is selected, the user will enter the "Ship To" data
directly into name/address/city/state/zip textboxes (data stored either
directly in Shipping or in a third table named "Other"?).
My question is, on my Shipping form, how can I display
name/address/city/state/zip as the same fields in a datasheet subform,
regardless of whether the data comes from the Customers table or an Other
table or directly from the shipping table?
This concept of combining freeform data entry and dropdown list selection
into one table seems to come up quite often. Any thoughts on how to elegantly
handle this scenario in general, or the above scenario specifically, would be
greatly appreciated.
Thanks,
John