Getting field name for query from form

E

Eric Blitzer

I know how to get criteria from a form. But can I select which fields appear
in a query from a form?

thanks
 
K

Klatuu

You will have to create the SQL for the query in VBA to identify a specific
control on your form or the field it is bound to.
 
Top