> Hi! I'm setting up an Orders database. My users will enter the order
> information using a form. Here is how I'd like it to go - please let me know
[quoted text clipped - 12 lines]
> Any help is appreciated! Thanks so much!
> C
Thanks for your help! But actually, in my situation, I have one customer who
has 68 different offices, so there are 68 possible shipping addresses. I
still need to use the same customer ID for this one customer because all
billing and tracking go to a central place.
So I'm considering creating another table that's just for Shipping
Addresses. Would I still be able to do what I want to do?
> You need these tables:
> TblCustomer
[quoted text clipped - 56 lines]
> > Any help is appreciated! Thanks so much!
> > C
PC Datasheet - 30 Mar 2005 00:27 GMT
How about something like:
TblCustomer
CustomerID
CustomerName
TblAddressType
AddressTypeID
AddressType (Mailing, Shipping)
TblCustAddress
CustAddressID
CustomerID
AddressTypeID
StreetAddress
City
State
Zip
--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
resource@pcdatasheet.com
www.pcdatasheet.com
> Thanks for your help! But actually, in my situation, I have one customer who
> has 68 different offices, so there are 68 possible shipping addresses. I
[quoted text clipped - 64 lines]
> > > Any help is appreciated! Thanks so much!
> > > C