Hello Everyone,
I have a form that I set up as a dialog form that has one unbound textbox use to
receive a value. Once the value has been entered into the unbound textbox I than
use a macro with the following commands that will allow me to open the form for
the matching record:
Macro Condition: Macro Action:
IsNull ([txtValue]) Msgbox
... StopMacro
Openform
Action Arguments:
OpenWhere: [txtValue]=Forms.[frmInput].[txtValue]
However, the problem with this is that when there is no matching record I get a blank
screen, or a blank form. How can I set this process up to display a message that notifies the user with a message that says "NO Record Found" , if there's no match found in the database.
I need some help on this one. can someone help me, thanks.
message that says "