
Originally Posted by
animaimmortale
I have a query, TonerAudit, that audits toner inventory based on the [number of cartridges in inventory] - [cartridges installed in labs]. Data is grouped by the cartridge reorder number.
When the db opens I would like the switchboard form to run an On Open event that evaluates if [TonerAudit].[Expr1] < 2 and if so return a message box saying that toner needs to be reordered.
I tried doing this using a macro but I ran into the problem that my if/then procedure will not access individual columns in TonerAudit.
I was wondering if there is a way to do this with VBScript.
Thanks in advance!