I have multiuser access database system, with following highlights.
- separate Front end + back end (on network)
- more than 30 users.
- Different user roles, 3 types.
- Use tempvars on each form to records user ID for activity.
What I need: how to send message to specific user (as private)? especially by Admin to any of the user.
There are two ideas for message types.
Upon login, user should receive a notice as popup.
OPTION#1
Notice type of Message ---- Just pop up message box (vbOkonly) type, ---- user will read it click okay,
-- then it will be marked as read in database and
---this will not appear to that user again
OPTION#2
Message will appear to receiver as pop up form. User click okay or close, then it will be marked as read in the message table.
here also possible, user can open the list of his/her old messages in future as well.
Option #1 looks more fancy to me, but However dont know how to implement.
in both cases, dont know how to fix it with specific user and the other user will not read other's message.
I have attached my DEMO database, Please help me out in that demo database. thanks in advance.
Attached Database detail.
Three different users IDs (A, B, C), and password is "1"
User ID = Password
A = 1
B = 1
C = 1
Main page, Message sending form, message receiving form.
Thanks a lot.
- separate Front end + back end (on network)
- more than 30 users.
- Different user roles, 3 types.
- Use tempvars on each form to records user ID for activity.
What I need: how to send message to specific user (as private)? especially by Admin to any of the user.
There are two ideas for message types.
Upon login, user should receive a notice as popup.
OPTION#1
Notice type of Message ---- Just pop up message box (vbOkonly) type, ---- user will read it click okay,
-- then it will be marked as read in database and
---this will not appear to that user again
OPTION#2
Message will appear to receiver as pop up form. User click okay or close, then it will be marked as read in the message table.
here also possible, user can open the list of his/her old messages in future as well.
Option #1 looks more fancy to me, but However dont know how to implement.
in both cases, dont know how to fix it with specific user and the other user will not read other's message.
I have attached my DEMO database, Please help me out in that demo database. thanks in advance.
Attached Database detail.
Three different users IDs (A, B, C), and password is "1"
User ID = Password
A = 1
B = 1
C = 1
Main page, Message sending form, message receiving form.
Thanks a lot.