Still learning
trying to open report with to criteria from report form with pick lists here is the code
Dim strWhereCombo As String
strWhereCombo = "USC = Forms![Report Print Form]!SIUSelect" & "Parameter = Forms![Report Print Form]!ParameterSelect"
DoCmd.OpenReport “Metals” , acViewPreview, , strWhereCombo
Any help would be much appreciated.
trying to open report with to criteria from report form with pick lists here is the code
Dim strWhereCombo As String
strWhereCombo = "USC = Forms![Report Print Form]!SIUSelect" & "Parameter = Forms![Report Print Form]!ParameterSelect"
DoCmd.OpenReport “Metals” , acViewPreview, , strWhereCombo
Any help would be much appreciated.