I need to explain the context of the development:
- User X creates a record (let's call it record "a") in a form or another (let's call it form "b"). At the end of the registration, X click on a button to send an email (through Outlook) to user Y.
- User Y, when receiving the email is supposed to open the DB, the form "b" and the record "a" to modify it.
I would like to reduce the steps for user Y: the idea, in the email is to have a link to open automatically the DB in the form "b" on the record "a"
I tried with a nice command: D:\Documents\Test\bdd.accdb /cmd "b a" and I retrieve the parameters in a startup function launched in the autoexec Macro.
The command works well when it is launched from the Windows command line or as a shortcut but, I am not able to include this line in an email. The problem is the "/" in front of "cmd": Outlook always transforms it in a "" and the the system doesn't recognise the command. I tries to escape this switch with "", with \, etc. unsuccessful !
Please help (PS: it is quite urgent!)
- User X creates a record (let's call it record "a") in a form or another (let's call it form "b"). At the end of the registration, X click on a button to send an email (through Outlook) to user Y.
- User Y, when receiving the email is supposed to open the DB, the form "b" and the record "a" to modify it.
I would like to reduce the steps for user Y: the idea, in the email is to have a link to open automatically the DB in the form "b" on the record "a"
I tried with a nice command: D:\Documents\Test\bdd.accdb /cmd "b a" and I retrieve the parameters in a startup function launched in the autoexec Macro.
The command works well when it is launched from the Windows command line or as a shortcut but, I am not able to include this line in an email. The problem is the "/" in front of "cmd": Outlook always transforms it in a "" and the the system doesn't recognise the command. I tries to escape this switch with "", with \, etc. unsuccessful !
Please help (PS: it is quite urgent!)