Hi!
I've designed a query.
I've now created a form for the results of this query to be displayed.
I'm able to view the results for what information is in the Db, however if I should input StockId as '1234' which is NOT in the current Database when I input that "1234" the field is returned Blank.
e.g. [Enter StockId] I enter '1234' but since that is not a value in StockId the field is returned blank (form remains blank)
I now wish to have a message advising the user that there is no such value in the database.
I've tried using the MsgBox on the form's Error event but no such luck.
Thanks again.
I've designed a query.
I've now created a form for the results of this query to be displayed.
I'm able to view the results for what information is in the Db, however if I should input StockId as '1234' which is NOT in the current Database when I input that "1234" the field is returned Blank.
e.g. [Enter StockId] I enter '1234' but since that is not a value in StockId the field is returned blank (form remains blank)
I now wish to have a message advising the user that there is no such value in the database.
I've tried using the MsgBox on the form's Error event but no such luck.
Thanks again.
Comment