Hello,
From an Access DB, I try to send an e-mail (Outlook) with a link to a specific form and a specific record.
here is the command line:
Z:\Test\MyDB.accdb /cmd "1 155"
(where 1 is the form nr and 155 the record nr)
When testing it with the Windows run, it works perfectly: it opens my DB and I am on the right form on the right record.
My problem is to integrate this command line in an e-mail: I try to create an hyperlink but I am blocked with the "/" in front of cmd. I cannot put it in the link (try to test it in Word): it is always transformed into a "\"
and the link is no more recognised.
I already tried to add quotes without success
Any solution?
Thank you