Hey everyone. I am writing a program which generates a report based off a combo box. The combo box is in the format show below
Color Width Thickness Length Hardness Elasticity
Item1
Item2
Item3
Item4
The database has around 50 items. Right now I am able to sort using a drop down list, and print out a report for say, every red item. This report will show the width thickness length hardness and elasticity for all of the red items. I was wondering if there was a way using check boxes or something to be able to generate a customizable report. I would like it to be able to print out reports listing only chosen variable. An example would be to tell it to print a report that just shows all of the blue coolers, and their thickness. Or all of the blue coolers, and their hardness and elasticity ect. Is this doable?
Color Width Thickness Length Hardness Elasticity
Item1
Item2
Item3
Item4
The database has around 50 items. Right now I am able to sort using a drop down list, and print out a report for say, every red item. This report will show the width thickness length hardness and elasticity for all of the red items. I was wondering if there was a way using check boxes or something to be able to generate a customizable report. I would like it to be able to print out reports listing only chosen variable. An example would be to tell it to print a report that just shows all of the blue coolers, and their thickness. Or all of the blue coolers, and their hardness and elasticity ect. Is this doable?