I have a trigger that sends an email when a record is inserted into the table and it works great, but I have decided to try and add a few bells and whistles to it. In the email there is a link that opens a SQL Report which prompts the user to select a date, but I want to insert the parameter EndDate into the href link.
This is the current link:
'">http:/
I want to add &EndDate=@VARIABLE to the link. The @VARIABLE would be the date. I have tried many variations of the following link with no luck:
'">http:/
Anyone have a way to accomplish this task?
Thanks!