Forms and SubForms

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

Guest

What is the best way to have a form with Customer Information such as Customer Name, Main Phone Number, Account Number, etc. and be able to enter multiple locations for this customer, and by doing this have a new record entry created each time a location is entered

Location info would be address, city, state, zip code for example.
 
I solved my issue. Just create 2 tables with one being a form and the other a subform. Then use a query to join all the fields with one of the forms creating the autonumber field I need.

----- Brian Dehning wrote: -----

What is the best way to have a form with Customer Information such as Customer Name, Main Phone Number, Account Number, etc. and be able to enter multiple locations for this customer, and by doing this have a new record entry created each time a location is entered?

Location info would be address, city, state, zip code for example.
 
Back
Top