This is a migrated thread and some comments may be shown as answers.

Loading an existing form, from a string made into a link

1 Answer 31 Views
Window
This is a migrated thread and some comments may be shown as answers.
Carina
Top achievements
Rank 1
Carina asked on 08 Jan 2013, 09:54 PM
Hello,

So I have a button that sends automatic emails to a user. In that email, there is a link :
Dim link as string = "<a href=http://" & hostname........"
 this is included in the body:

Mail.Body= "CLick on the link below to open form ###" & link & vbCrLf"

and this does send the link, but opens up the form blank, although the id of the form is listed on the URL. What am I missing so it can load the form with the existing data?

1 Answer, 1 is accepted

Sort by
0
Carina
Top achievements
Rank 1
answered on 09 Jan 2013, 12:22 AM
Nevermind, forgot to use a "?" on the URL. its fixed
Tags
Window
Asked by
Carina
Top achievements
Rank 1
Answers by
Carina
Top achievements
Rank 1
Share this question
or