waseem0888
Member
- Local time
- Today, 21:23
- Joined
- Jul 25, 2020
- Messages
- 51
I am trying to Dlookup and getting the following error Run-time error '3464' - Data type mismatch in criteria expression
Me.Description = DLookup("[Description]", "qryRFIA", "[ID]='" & Me.rDocNo & "'")
can someone tell me what is the issue in the above line?
Me.Description = DLookup("[Description]", "qryRFIA", "[ID]='" & Me.rDocNo & "'")
can someone tell me what is the issue in the above line?