I have a dialog form. I have the list of the fields (columns) in a simple multi-select list box. The user can
choose one to all of the fields to display.
The report is modified in print preview based on the user selections in the dialog form. The user can see all the fields in print preview. The first selection the user would have is to choose to "undisplay" the columns he/she does not need on the report. Then based on his/her
selections he/she would then select to filter the results by let's say employee, analyte, location etc.
I just can't put the code together so that when the user makes the field list selections he/she does not want displayed for them to not be visible in the report preview. Should I start with a blank report and then have the first choice be to have the user select the fields they do want?
I may just be over thinking it. I'm am new to coding.
Thanks for your help.
choose one to all of the fields to display.
The report is modified in print preview based on the user selections in the dialog form. The user can see all the fields in print preview. The first selection the user would have is to choose to "undisplay" the columns he/she does not need on the report. Then based on his/her
selections he/she would then select to filter the results by let's say employee, analyte, location etc.
I just can't put the code together so that when the user makes the field list selections he/she does not want displayed for them to not be visible in the report preview. Should I start with a blank report and then have the first choice be to have the user select the fields they do want?
I may just be over thinking it. I'm am new to coding.
Thanks for your help.