I have a report bound to a table that will change with each new parameter. The table is created with a make-table query off of a crosstab, so the number of columns may vary. The fields in my report are bound, so when the report is run, if columns of data are missing, I get the parameter prompt looking for the missing field. How do I:
1) Get rid of the prompt?
2) Hide columns if they don't exist?
I've been experimenting with If statements in the control source of the field and with code in the OnFormat event of the Detail Section, but I can't figure it out!
Any help would be greatly appreciated!!! Thanks.
D
1) Get rid of the prompt?
2) Hide columns if they don't exist?
I've been experimenting with If statements in the control source of the field and with code in the OnFormat event of the Detail Section, but I can't figure it out!
Any help would be greatly appreciated!!! Thanks.
D