Hello friends again
I need help converting this code from VBA to an expression in a query. I've tried hard and failed to turn it into an expression.
Thank you very much
I need help converting this code from VBA to an expression in a query. I've tried hard and failed to turn it into an expression.
Code:
If Not IsNull(Me.txtsucc) Then
strWhere = strWhere & "([Success] = """ & Me.txtsucc & """) AND "
End If