optional queries fields output

I

inungh

I have a query which has 30 fields in the result set.
I would like to have them output as users choices and users can output
as many as he she wants.

I try to avoid to build SQL at run time which I know it should work
but will take some time to do it,

Are there any easy way to check check box on the form from saved query
and output fields accordingly without coding?

Your information is great appreciated,
 
P

Piet Linden

I have a query which has 30 fields in the result set.
I would like to have them output as users choices and users can output
as many as he she wants.

I try to avoid to build SQL at run time which I know it should work
but will take some time to do it,

Are there any easy way to check check box on the form from saved query
and output fields accordingly without coding?

Your information is great appreciated,

Without code? I think your only option may be to make a copy of the
query and let them check off the fields they want to see right in the
QBE grid...
otherwise, you would have to do it with code, I think... Not
impossible, but not trivial if you are not reasonably experienced in
VBA.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top