EdwardSalas
Technical User
Afternoon All,
I've been trying to get this DLookup to work on_update of one of my fields. However, each time the field updates, I get a "You cancelled the previous operation error". Any ideas? Here is the DLookup:
[Old_Shelf] = DLookup("[SHELVES]", "tblAttribute", "[Category]=" & Forms![frmMaster]![Category] & " AND [SIZE]=" & Forms![frmMaster]![Old_Section_Size])
Many thanks
I've been trying to get this DLookup to work on_update of one of my fields. However, each time the field updates, I get a "You cancelled the previous operation error". Any ideas? Here is the DLookup:
[Old_Shelf] = DLookup("[SHELVES]", "tblAttribute", "[Category]=" & Forms![frmMaster]![Category] & " AND [SIZE]=" & Forms![frmMaster]![Old_Section_Size])
Many thanks