this is pretty straight forward.
I want to open a report based on the same qry as the form. I am using the form filter values ( which work) to open a report / the same record set - which isnt working.
this is the command.
DoCmd.OpenReport "rptqCBoxes_w_Years_exp2", acViewPreview, "", "\OffTypeDesc]=\Forms]!\fCBox_Search2]!\cboOffType] And \FileTypeDesc]=\Forms]!\fCBox_Search2]!\cboFileType]", acNormal
any suggections out there in the ether?
seems that having 2 data fields in the DoCmd.OpenReport cmd. is the issue as i have heard other users having this same issue
thanks
jim