gcapp
09-04-2002, 03:25 PM
If someone could help me with this simple syntax problem I would appreciate it.
I have this syntax problem with this line of code:
<td width="339"><%=rstext("City") & "," & ("State") & ("Zip")%></td>
The code works but it doesn't give me the results I want.
It gives me the correct city from my database, but it then shows "State" and "Zip" instead of the actual state and zip.
Example: The code gives me - Baltimore,StateZip. Obviously this is wrong. I would want it to be - Baltimore, Maryland 16556
Can someone give me the correct code??
Thanks,
Gary
I have this syntax problem with this line of code:
<td width="339"><%=rstext("City") & "," & ("State") & ("Zip")%></td>
The code works but it doesn't give me the results I want.
It gives me the correct city from my database, but it then shows "State" and "Zip" instead of the actual state and zip.
Example: The code gives me - Baltimore,StateZip. Obviously this is wrong. I would want it to be - Baltimore, Maryland 16556
Can someone give me the correct code??
Thanks,
Gary