Dynamically create subform based on user input

  • Thread starter Thread starter Akilah
  • Start date Start date
A

Akilah

Is there are way to take user input from a form and use the input to make
fields for a subform? For example, a user will select name, address, city,
state, zip, phone; then those selections should be used to create a subform
to be populated with a query using selections also. Please let me know if
this is possible in Access 2007. Thanks in advance.
 
No. You need to create a table with the fields you want to store, and you
can then create a form to interface it.
 
Back
Top