AfterUpdate Problem

G

Guest

I need to flash an "RE-ORDER ALERT" message after inventory level falls below
re-order level. The message only flashes up when I move to a next record
and back after a DoCmd.Save.

I need the message to flash immediate after a Save.

Note. The message is a flashing label on the form.


Thank you.
 
G

Guest

Perhaps you could code it to actually flash before DoCmd.Save is processed.
Once you're into that code string, it will be run.

Or, maybe consider a Message Box. I like this idea because it forces the
user to interact with the reorder message. No one can say "I didn't notice
it."

Sharkbyte
 
T

Tony Toews [MVP]

iholder said:
I need to flash an "RE-ORDER ALERT" message after inventory level falls below
re-order level. The message only flashes up when I move to a next record
and back after a DoCmd.Save.

Sharkbyte's comment about a msgbox is a good one.

But I'd also put a menu item on the main form running a form based on
a query showing all items which require reordering. This way it's
real easy for the appropriate person to take a look once a day or so
and do the reordering.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Table to Form automatically 2
AfterUpdate unreliable? 5
Automatic Reports 2
Inventory Transaction Problem 1
Flash Player problem 4
event help 17
Event Help 8
Action Query vs Form Code 10

Top