A
ACase
How do I employ multiple Where conditions.
Example
strWhereCountry = "Country = Forms![frmRptMenu]!cmb_Country"
strWhereRegion = "Region = Forms![frmRptMenu]!cmb_Region"
DoCmd.OpenReport "rpt_New_Bus_Wins_by_Sector", PrintMode, strWhereCountry,
and strWhereRegion
This is not working - is there a better way?
Any help would be much appreciated.
AC
Example
strWhereCountry = "Country = Forms![frmRptMenu]!cmb_Country"
strWhereRegion = "Region = Forms![frmRptMenu]!cmb_Region"
DoCmd.OpenReport "rpt_New_Bus_Wins_by_Sector", PrintMode, strWhereCountry,
and strWhereRegion
This is not working - is there a better way?
Any help would be much appreciated.
AC