lundi 18 mai 2020

ASP Access 2013 compare two primary keys

have two open queries from one Access 2010 database. I'm using asp.

I want to simply compare the primary key fields in ASP with an IF THEN statement. They look the same on screen when I display, but it just throws up an error when I try and compare them.

Can I convert them to a value?

IF rsdata4("ID") = rsdata("ID")
  THEN Response.Write ("XXX")
END IF

Aucun commentaire:

Enregistrer un commentaire