Hi there,
Using DMX4 & MsAccess (ASP VBScript)
i'm trying to show my True/false results as Yes/No. I am trying this at the mo:
<%If(RsNewProds.Fields.Item("Org").Value)=1 Then
Response.Write("Yes") else Response.Write("No")end if%>
but it comes up with error 0x800A0412 at the 'else' bit of the script
Any thoughts??
Thanks