Hi All
I have a problem with the DLOOKUP in VBA
It produces this error
"You canceled the previous operation."
rst!Name is my recordset.
Please Help
I have a problem with the DLOOKUP in VBA
Code:
rst!Name = DLookup("[Name]", "[Asset Register]", "RIGHT([Asset Number],4)= RIGHT(Tables!Table1![Computer],4)")
It produces this error
"You canceled the previous operation."
rst!Name is my recordset.
Please Help