My code below works perfectly. I select a client in my combo box and click the command button and it will open the report with all the fields I wanted. Now, I want to export the report to Excel format based on the combo box value but there is now "WhereCondition" in DoCmd.Outputto... Any tips and codes are greatly appreciated.
Code:DoCmd.OpenReport "ClientReport", acViewPreview, , "[Client]= '" & Me.Combo0 & "'"