J
Jeff Uchtman
Ray,
I followed your advice on an eariler question on CBool by using this to
check 3 true/false boxes:
<%
Dim A, B, C 'As Integer
Dim Check 'As Boolean
A = rs("PetA")
B = rs("PetB")
C = rs("PetC")
Check = CBool(A = B = C) ' Check is set to True.
%>
This works but really slows down access to the ms-sql db. Any advice Ray,
anyone?
Thanks
Jeff
I followed your advice on an eariler question on CBool by using this to
check 3 true/false boxes:
<%
Dim A, B, C 'As Integer
Dim Check 'As Boolean
A = rs("PetA")
B = rs("PetB")
C = rs("PetC")
Check = CBool(A = B = C) ' Check is set to True.
%>
This works but really slows down access to the ms-sql db. Any advice Ray,
anyone?
Thanks
Jeff