Showing user defined fields on a table in a form

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

Guest

Is there a way to program a form to show in a table in a subform the fields
the user selects? Or a way for a button to populate that table with
predefined fields or using Tabledef?
 
Is there a way to program a form to show in a table in a subform the fields
the user selects? Or a way for a button to populate that table with
predefined fields or using Tabledef?

Can you provide a little more detail because I think the answer's
'yes' but it's hard to tell!
 
Is there a way to program a form to show in a table in a subform the fields
the user selects? Or a way for a button to populate that table with
predefined fields or using Tabledef?

Yes, but not very easily...

The fact that you ask the question raises my concern about your database
design. Generally, there's no reason for users to even KNOW what the
fieldnames are, much less choose among them. What is the structure of your
table, and why do you need this capability?

John W. Vinson [MVP]
 
Back
Top