G
Guest
I want to give users a way to choose which columns are displayed in query results. I started by setting up checkboxes on the form that calls the query, but I cannot figure out how to tie the "Show" property of the field/column to the content of the checkbox. I am looking for a place to put something like this: "If Not CheckboxA then ColumnA.Show = False" but cannot figure out how to apply this to the properties of field "A" in the query.