C
CC
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
if this is possible and how I'd set it up:
1. The first thing they will enter is the customer ID. The shipping address
fields should autopopulate based on the customer ID that is entered.
2. If the shipping address is different from the default address, the user
can type in a shipping address ID in another field, and that address will
appear.
3. If the shipping address is a one-time use only and doesn't exist in a
table, then the user can manually type it into the fields.
Any help is appreciated! Thanks so much!
C
information using a form. Here is how I'd like it to go - please let me know
if this is possible and how I'd set it up:
1. The first thing they will enter is the customer ID. The shipping address
fields should autopopulate based on the customer ID that is entered.
2. If the shipping address is different from the default address, the user
can type in a shipping address ID in another field, and that address will
appear.
3. If the shipping address is a one-time use only and doesn't exist in a
table, then the user can manually type it into the fields.
Any help is appreciated! Thanks so much!
C