I have a combo box(s) that is pulling the 'Field List' for 'Row Source Type' from table [INPUT].
The field list is never the same and this is why I need the individual to select the 'fields' in the combo box(s).
Once the user has selected the fields in the combo box(s), I would like a query that shows the data from table[INPUT]. Instead all I get is the correct number of lines, but all are full with the 'Field Names' not the actual data. What do I need to write in SQL to get back the actual data rather than 'Field Names'.
Thanks ahead of time.
Aron
The field list is never the same and this is why I need the individual to select the 'fields' in the combo box(s).
Once the user has selected the fields in the combo box(s), I would like a query that shows the data from table[INPUT]. Instead all I get is the correct number of lines, but all are full with the 'Field Names' not the actual data. What do I need to write in SQL to get back the actual data rather than 'Field Names'.
Thanks ahead of time.

Aron