I need some form help since I'm very new at creating forms in Access. I want to design a form that will allow me to create multiple records from one entry for efficiency's sake. For example, I want to create a new "Store" record for several cities.
How can I design a form that will likely use the following fields:
Store Name: [Generic Name to be appended with selected City Name]
Select City: [I have a table list of cities somewhere which I want to show up as a checkbox list]
Example Form Entry:
Store Name: Seasonal Store
Select City: Chicago, New York, Los Angeles
Since this is more like a 'temporary' form which will append to a master table based on values (and i'm guessing a loop sub), I don't have a true form table as a source.
How can I design a form that will likely use the following fields:
Store Name: [Generic Name to be appended with selected City Name]
Select City: [I have a table list of cities somewhere which I want to show up as a checkbox list]
Example Form Entry:
Store Name: Seasonal Store
Select City: Chicago, New York, Los Angeles
Since this is more like a 'temporary' form which will append to a master table based on values (and i'm guessing a loop sub), I don't have a true form table as a source.