|
Subject:
|
Messages
|
|
Posted By:
|
RobCarter
|
Post Date:
|
9/12/2006 10:57:53 AM
|
Hi. What I want to do is make a form with a message for a particular user pop up until it is marked as read.
I have a table for users that contains usernames and passwords (I am not using users and groups config in Access, they are stored in one of my tables) and I have a table for messages that has been linked in a n:m relationship (using a breakdown table) to the user table.
I need code that can designate the user log on to the database (I already restrict access to forms using a similar script) and also pop up the correct message for each user.
Hope someone can help
Rob
Rob Carter
|
|
Reply By:
|
dparsons
|
Reply Date:
|
9/13/2006 3:03:29 PM
|
Are you trying to do this through MessageBox.Show() or you simply want a form containing a message to display for X user??
"The one language all programmers understand is profanity."
|