I want to execute an SQL SELECT statement in the "after update" event of a field on my form.
If the query returns NULL, I want nothing to happen.
If the query returns a result, I need to display a MsgBox.
I am also hoping that I can insert the query result into the MsgBox.
Can anyone give a few pointers??
If the query returns NULL, I want nothing to happen.
If the query returns a result, I need to display a MsgBox.
I am also hoping that I can insert the query result into the MsgBox.
Can anyone give a few pointers??