I have a table in Microsoft access that has three datafields:
Commodity
EDGroup
Vehicle
I have three combo boxes that a user can use to select a Commodity or a EDGroup or a Vehicle.
I want to print a report based on the user's selection.
So if the Commodity combo box is equal to Battery and the
EDGroup is equal to ED6 and the
Vehicle is equal to All
I want to print a report that has all the entries where
Commodity = Battery and
EDGroup = ED6
I am using an SQL statement to display the results with a MSFlexGrid buy can't for the life of me figure out how to print out the results....
thanks
Commodity
EDGroup
Vehicle
I have three combo boxes that a user can use to select a Commodity or a EDGroup or a Vehicle.
I want to print a report based on the user's selection.
So if the Commodity combo box is equal to Battery and the
EDGroup is equal to ED6 and the
Vehicle is equal to All
I want to print a report that has all the entries where
Commodity = Battery and
EDGroup = ED6
I am using an SQL statement to display the results with a MSFlexGrid buy can't for the life of me figure out how to print out the results....
thanks