B
bp17
I have SQL table where people enter items needed for orders, upon entry SQL
grabs their user ID from the network and adds a time and date. All this is
stored in the "orders" table. A material handeler uses a form view of this
table that shows them where find the items. Once they fill the order they
enter the quantity filled in the QTY field, SQL then runs a stored procedure
to move this information to a "filled" table ( also in SQL) where it records
the persone who filled it and what time and date the filled it on.
What I would like to happen is have a message box pop up if their is
anything on the "orders" table that has been there longer then 30 minutes.
grabs their user ID from the network and adds a time and date. All this is
stored in the "orders" table. A material handeler uses a form view of this
table that shows them where find the items. Once they fill the order they
enter the quantity filled in the QTY field, SQL then runs a stored procedure
to move this information to a "filled" table ( also in SQL) where it records
the persone who filled it and what time and date the filled it on.
What I would like to happen is have a message box pop up if their is
anything on the "orders" table that has been there longer then 30 minutes.