Link to home
Start Free TrialLog in
Avatar of Czher
Czher

asked on

popup reminder

hello experts,

I am developing a messaging program in access, where anybody can send a message to me and i will reply insde of their message and i will check the checkbox reply, now i want to know how to make a popup reminder to let the person who sends me a message notified everytime i check the checkbox reply, is there a way? to do it?

thanks

Czher
Avatar of als315
als315
Flag of Russian Federation image

If you have some table, where checkbox value is saved, you can use timer event for checking of this value (some dlookup). Timer event could be set in any form and popup message can be displayed for this user.
Avatar of Czher
Czher

ASKER

what i really want to do is, as soon as the user login to the system, there is a popup notice that say's " you're message has been replied by the administrator", and the user have an option to read or ignore the message
It is very simple. In on open event for first form, add dlookup for checking is message for this user or not and, if exists, open msgbox ... and add other actions
Avatar of Czher

ASKER

als315,

how is that simple?, can you make a sample of what you are saying simple.

thanks
Can you upload sample from your DB (only related forms and tables with test data)?
How are you identifying user?
Avatar of Czher

ASKER

here is the sample

Thanks
Sample.zip
ASKER CERTIFIED SOLUTION
Avatar of als315
als315
Flag of Russian Federation image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Czher

ASKER

als315,

thanks man, but i think the program is not working, because i tried to do some samples inside of it but doesn't give me a result, can you please explain how the file is working.

Billie
Sorry, I've pressed shift while starting and all your logic go out.
You can test my code also pressing shift
Avatar of Czher

ASKER

Thank you