I'm pretty sure that my problem lies with single and double quotes. My line of code is the following:
='<center><a href="Hardware.asp?ssi=' + [System_Site_ID] + 'site= '+ [site] + '">Hardware</a></center>'
I'm trying to pass 2 different variable from a database. I can pass one variable with the following line:
='<center><a href="Interfaces.asp?ssi=' + [System_Site_ID] + '">Interfaces</a></center>'
If someone could clear this up for me, or give me an example I'd appreciate it. thanks
='<center><a href="Hardware.asp?ssi=' + [System_Site_ID] + 'site= '+ [site] + '">Hardware</a></center>'
I'm trying to pass 2 different variable from a database. I can pass one variable with the following line:
='<center><a href="Interfaces.asp?ssi=' + [System_Site_ID] + '">Interfaces</a></center>'
If someone could clear this up for me, or give me an example I'd appreciate it. thanks