Here's my daily dilemma: I want a Message Macro to display when one of my product's (Quick Start Cards) Units Available drops below 11. So I wrote a Message Macro with the following expressions in the Condition field:
[Forms]![Products]![ProductDescription] In ("Quick Reference Card - Up & Running" And Len([Forms]![Products]![UnitsOnHand])<11
I then put this macro in the Properties of my Units Sold control,the Events Tab, in the After Update field. (because the Units Sold is the field that subtracts from my total Units On Hand.)
Now whenever I enter any number into the Units Sold field, this message pops up, even if my Units Available is not yet below 11. Should I put this macro somewhere else? Any ideas? Thanks!!
[Forms]![Products]![ProductDescription] In ("Quick Reference Card - Up & Running" And Len([Forms]![Products]![UnitsOnHand])<11
I then put this macro in the Properties of my Units Sold control,the Events Tab, in the After Update field. (because the Units Sold is the field that subtracts from my total Units On Hand.)
Now whenever I enter any number into the Units Sold field, this message pops up, even if my Units Available is not yet below 11. Should I put this macro somewhere else? Any ideas? Thanks!!