Hello all. I have a database that I use to send email updates to
people. Everything is working fine, but one suggestion I keep getting
is to add a link to the automatic emails that will open up the
database, then open to the correct form and record. I can write a
simple macro to open a form and a specific record, but what I can't
figure out is how can I get that speciic record number in a command
line link?
Here's an example...
<EMAIL>
Dear John,
Mary just started a new report: Report 2005-024. Click Here to
view Report 2005-024.
Thank You!
</EMAIL>
I would like John to be able to "Click Here" to open up the database,
then open the correct Report. All users are within the same building,
using the same email system (Lotus Notes) and the same version of
Access (2002). Does anyone have any ideas how I can do this?
Possibly something like this...
"C:\Program Files\Microsoft Office\Office10\MSACCESS.EXE /x
openReport('2005-024')
Thank You!