I would like to build a form which lists all fields of a report and has a checkbox next to each one. By the user ticking the boxes, they decide which fields are visible on a report.
I could hardwire the whole thing, however, I would like this to be a stand alone module that I can put anywhere and it would be able to work with any report so I would like generic code to:-
what about the fields in sql?
how can one put a check box next to each field on the list?
Thanks
I could hardwire the whole thing, however, I would like this to be a stand alone module that I can put anywhere and it would be able to work with any report so I would like generic code to:-
- list the fields of the report
- put a check box next to them
- have an option for the user to save their selection
what about the fields in sql?
how can one put a check box next to each field on the list?
Thanks