I am trying to pass information to a new page that will be printer friendly and am getting a type mismatch. Here's what I have:
<a href='printobs.asp?mode=edit&key=" & (rsPRObs("Key")) & "'>
I want to be able to display all the fields in a more condensed version. What am I doing wrong?
<a href='printobs.asp?mode=edit&key=" & (rsPRObs("Key")) & "'>
I want to be able to display all the fields in a more condensed version. What am I doing wrong?