Hi,

Assume I have my vbProject:

"Project.exe"

this consists of 3 forms:

"frm_Login" which links to:
"frm_Home" which links to:
"frm_Display" depending on what options where chosen in "frm_Home" displays different information here.

Lets say a user has made it to "frm_Display", to get here certain variables have been filled depending on his/her selections. Now that user wants another user to to see what he is seeing.
There is an email button.

I have it generating an email, but I want the email to have a link to the program & form, and to have automatically selected the same variables as what the first user had chosen.

I have no idea how to do this, I know this is likely the wrong syntax but for an example to help explain. The link may look something like:

C:\Project.exe -frm_Display -var1='Selection1' -var2='Selection2'

Thank you.