I have a database that is running with Access 2003. The Database is used to track orders and for putting time stamps on those orders. I need to put a pop up message on the database that alerts the operators when specific order #s come through. The problem is that there are 350 different order #s that require the pop up message.
I think the way to do this is with a recordset (containing the 350 orders). Using the for each statement, I think I can check each record against the current order. Upon finding the order, the msg box will pop up and alert the operator that the order requires more attention.
My question is this: is this the best way to accomplish this?
Thanks for your help. Sorry if this is a repeat question (I searched and found nothing).
Arli
I think the way to do this is with a recordset (containing the 350 orders). Using the for each statement, I think I can check each record against the current order. Upon finding the order, the msg box will pop up and alert the operator that the order requires more attention.
My question is this: is this the best way to accomplish this?
Thanks for your help. Sorry if this is a repeat question (I searched and found nothing).
Arli
Comment