dlsiegers
September 30th, 2002, 01:58 PM
Hi,
Here's what I'm trying to do.
wohno is a variable assigned for a work order number.
strSQL= strSQL & " '<A href=file:' + 'P:\' + wohno + '.pdf' + '>' + wohno + '</A>' "
When i go to click on this it doesn't take the whole file path and I'm pretty sure it's because the file and path aren't in double quotes. I just can't figure out how to put them in so that it works.
any help would be much appreciated
Dione
Here's what I'm trying to do.
wohno is a variable assigned for a work order number.
strSQL= strSQL & " '<A href=file:' + 'P:\' + wohno + '.pdf' + '>' + wohno + '</A>' "
When i go to click on this it doesn't take the whole file path and I'm pretty sure it's because the file and path aren't in double quotes. I just can't figure out how to put them in so that it works.
any help would be much appreciated
Dione