Hello
I'm trying to open a report with 3 where conditions i can get the 1st to work but cannot seem to figure out how to get the second going. I assume once i get the second working the 3rd should be the same
This is the line that works with 1 condition
DoCmd.OpenReport "melreport", acViewReport, , "[Tag ID]='" & Me.Tag_ID & "'"
adding a second where condition? I get runtime error 13,
DoCmd.OpenReport "melreport", acViewReport, , "[Tag ID] ='" & Me.Tag_ID & "'" And "[Location]='" & Me.Location & "'"
Appreciate all the help
I'm trying to open a report with 3 where conditions i can get the 1st to work but cannot seem to figure out how to get the second going. I assume once i get the second working the 3rd should be the same
This is the line that works with 1 condition
DoCmd.OpenReport "melreport", acViewReport, , "[Tag ID]='" & Me.Tag_ID & "'"
adding a second where condition? I get runtime error 13,
DoCmd.OpenReport "melreport", acViewReport, , "[Tag ID] ='" & Me.Tag_ID & "'" And "[Location]='" & Me.Location & "'"
Appreciate all the help