Different Reminders

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I currently have a reminder function set up on the database from this site:

http://microsoft-accesssolutions.co.uk/reminders.htm

However, every user is able to see everybody else's reminders!
Is there any possibility that something could be set up whereby only the
user can see their own reminders and not everybody elses as well?

Thanks
 
You must have a way to idendify who the current user is and the job records
must have a reference to the user(s). That is, the job table has a link to
user (in user table or domain/computer account) and when user start the
Access ap, you provide a way to idendify user (use cdomain/computer account
or home-grown logging in/out method).
 
Ok Thankyou, I will look into that!

Norman Yuan said:
You must have a way to idendify who the current user is and the job records
must have a reference to the user(s). That is, the job table has a link to
user (in user table or domain/computer account) and when user start the
Access ap, you provide a way to idendify user (use cdomain/computer account
or home-grown logging in/out method).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top