Imagine you has some messages you want your users to see. This form would keep showing them, until the user clicked on the trash button (hiding that message but only for that individual).
See the attached database to see my starting point.
With multiple users, how do I show all of the messages in t_Msg, unless the user has clicked the trash icon (which runs an INSERT sequence)? This works with one user but with more than one, my query is missing something.
I identify my users using the WinUser name at this point.
See the attached database to see my starting point.
With multiple users, how do I show all of the messages in t_Msg, unless the user has clicked the trash icon (which runs an INSERT sequence)? This works with one user but with more than one, my query is missing something.
I identify my users using the WinUser name at this point.