Is the following statement correct/
I am trying to give two conditions to open a form here.However nothing happens.
Code:
DoCmd.OpenForm Me.Name, , , "[A_PRIORITY] = '" & _ cboPrior & "'" AND "[A_LOCATION] = '" & _ cboLocate & "'"
Comment