Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open Access Form from Outlook

Status
Not open for further replies.

netrusher

Technical User
Feb 13, 2005
952
US
I am sending the user an email from my form. Is there a way to pass
something to the user through the email so they can click on it to open the
form on the correct record?

Thank you in advance for any help you can provide
 

I would have a table with the UserName, FormName, RecordID. When the user should be informed you write a record there, a MsgBox should pop-up and if the user press yes, open the form on that record. You need a timer control on a always loaded form that checks that table for the current user if he has anything.

See you on Monday. Enjoy your weekend.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top