I have a form that has a opition group on it that if you check one month the command button runs the one month report. If you click the 2 in the option group the command button runs the 2 month
Is there a way that I can get the command button to run all the different reports base on the customers deliver date from to days date.
Right now the option group fills in info in a text boxes that the qurey picks up and the text boxes info change with the click of the opition group
The qurey has this code in the deldate field:
DateAdd([forms]![frmdeldate]![type],-[forms]![frmdeldate]![days],Date())
Thank you,
Irene
Is there a way that I can get the command button to run all the different reports base on the customers deliver date from to days date.
Right now the option group fills in info in a text boxes that the qurey picks up and the text boxes info change with the click of the opition group
The qurey has this code in the deldate field:
DateAdd([forms]![frmdeldate]![type],-[forms]![frmdeldate]![days],Date())
Thank you,
Irene