B
Bonnie
Hi,
I'm having a problem with this Dlookup function. Here's the line:
Dim MSL As Variant
Dim MLST As Variant
MSL = Me.SLNUM
MLST = Me.List
Me.LASTNAME.Value = DLookup("[LNAME]", "[TEST]", "[SLNUM] = " & MSL & " And
I'm having a problem with this Dlookup function. Here's the line:
Dim MSL As Variant
Dim MLST As Variant
MSL = Me.SLNUM
MLST = Me.List
Me.LASTNAME.Value = DLookup("[LNAME]", "[TEST]", "[SLNUM] = " & MSL & " And
- = " & MLST)
I get the error: "You cancelled the last operation."
Any help?
Thanks in advance.