R
Ray Yeung
Dear All,
Can anyone help me!!
I would like to lookup two values in a row at table by using DLookup
function to get "RecordID" as below.
me.text17 = 100002
strReturndate = 1000/1/1
a = DLookup("[RecordID]", "Record", "[MagazineID] = '" & Me.Text17 & "' and
[Returndate] =" & strReturndate)
that come up with Run-Time Error '3464'.
Thank you very much,
Ray
Can anyone help me!!
I would like to lookup two values in a row at table by using DLookup
function to get "RecordID" as below.
me.text17 = 100002
strReturndate = 1000/1/1
a = DLookup("[RecordID]", "Record", "[MagazineID] = '" & Me.Text17 & "' and
[Returndate] =" & strReturndate)
that come up with Run-Time Error '3464'.
Thank you very much,
Ray