Check boxes - Using them to make fields hidden at query level

J

Jai_Friday

Good Afternoon,

I don't know if what I want to do is the best solution

I have built a query that I display in a list box (subform)
I want to keep the dynamics of the query so from withiin the form I can
click on the column headings to change to orders of the data.

What I want to do is have a series of check boxes that related to each
column and when unticked it makes that column invisable.

Can anyone help?

Regards

Jai
 
L

Larry Daugherty

If you're using a call-back to populate your listbox you can fiddle
your columns depending on check box values.

HTH
 
Top