G
Guest
I have a textbox called "txtITEM_NO" that is a field in a table called
"tblMEAL_SUB". When a value is entered into the textbox, I have a DLookup in
VBA that executes and populates an unbound textbox with the matching item
description from a table called "tblITEM_MASTER". What I'd like to do is
this: If the value that is typed into "txtITEM_NO" is not in
"tblITEM_MASTER", then I'd like the focus to remain on "txtITEM_NO" and a
label to become visible indicating that the value is not found. Can someone
help me with this issue. Thanks in advance.
"tblMEAL_SUB". When a value is entered into the textbox, I have a DLookup in
VBA that executes and populates an unbound textbox with the matching item
description from a table called "tblITEM_MASTER". What I'd like to do is
this: If the value that is typed into "txtITEM_NO" is not in
"tblITEM_MASTER", then I'd like the focus to remain on "txtITEM_NO" and a
label to become visible indicating that the value is not found. Can someone
help me with this issue. Thanks in advance.