Results 1 to 7 of 7
  1. #1
    sdel_nevo is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2013
    Location
    Gloucester, UK
    Posts
    402

    user messaging

    Hi All

    i have been asked by the powers at be if i can add a messaging system into our existing access database application.

    each user logs into the system with there own username and password, and each has a access level such as "admin" "power user" and "user", once logged in they are directed to a form called dashboard, what i have been asked to do is to have the ability to send messages to users or groups of users, and for there to be a notification appear in the top right hand side of the dashboard form if there are any new messages for them.

    they can then reply to these if required (or better still turn around and talk to each other as everyone here sits at most 6 feet apart lol)

    the messaging i think i can do, but i'm not sure how i could do the notification part, i was thinking that i could somehow check for new messages in a message table every x amount of time, could this be done with the on timer event?

    steve

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    The timer event is what I would use, yes.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    sdel_nevo is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2013
    Location
    Gloucester, UK
    Posts
    402
    Hi Paul

    great, im on the right track what i can't seam to get my head around is how i would code it to check for new messages.

    do you have any ideas? or now of any pointers

    Steve

  4. #4
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    Offhand I'd probably have a yes/no field in the messages table to signify that a message has been read, so my new message check would be looking for messages for the logged in user where that field was False (or however you decide to set it).
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  5. #5
    sdel_nevo is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2013
    Location
    Gloucester, UK
    Posts
    402
    Hi Paul

    great, will go that way

    Cheers

    Steve

  6. #6
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    Sounds interesting, good luck! Post back if you get stuck.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  7. #7
    sdel_nevo is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2013
    Location
    Gloucester, UK
    Posts
    402
    Hi Paul

    will do

    i have been really thrown into the deep end with this, the last developer walked out (oh joy) and i have taken over the mantle so to speak.

    anyway many thanks

    i will let you know how i get on if thats ok

    Steve

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 13
    Last Post: 11-18-2013, 02:20 PM
  2. Replies: 1
    Last Post: 07-20-2012, 05:35 PM
  3. internal messaging system for Access
    By focosi in forum Programming
    Replies: 3
    Last Post: 08-14-2011, 11:45 AM
  4. Replies: 1
    Last Post: 08-13-2011, 04:44 AM
  5. Replies: 8
    Last Post: 06-30-2010, 10:57 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums