show query result depending on checkbox

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

Guest

I have a query with 35 fields. on the form I'd like to create 35 checkboxes.
user may check or uncheck them depending on he fields thay want to see. is it
possible? how to pass checkboxes true/fals to query? or how to hide
unnecessary columnes on the form (datasheet)? textboxes won't rearange :(

help please
 
Try this to hide the column in a datasheet view

Me.FieldName.ColumnHidden = True
 

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

Back
Top