azhar2006
Registered User.
- Local time
- Today, 08:32
- Joined
- Feb 8, 2012
- Messages
- 278
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