I have a form that inserts into a database and then generates an email to me with a link. I need that link to be a url parameter back to the record based on record ID. The url will be something like http://www.website.com/web_request_edit.asp?ID=101. Currently the line of code I have been struggling with is:
oMail.HTMLBody = "http://ocfs.state.nyen et/web_request_edi t.asp?ID=&web_r equests.fields. item('id').valu e&"
Can someone give me the correct syntax?
oMail.HTMLBody = "http://ocfs.state.nyen et/web_request_edi t.asp?ID=&web_r equests.fields. item('id').valu e&"
Can someone give me the correct syntax?
Comment