I have a database with a set of numbers.
I'm having one form send the next page a number.
I want the second page to check that number against the
set of numbers in the database. right now all I can get it
to do is verify the very first number in the database.
I'd post code, but my loop is so messy I'm embarrased.
anyone think they can bang something out for me?
here is my statement before the loop
dim AUTHENTICATE
AUTHENTICATE = "SELECT * from employeenumbers where numbers "
Rs.Open AUTHENTICATE, schedule, 1,3
I'm having one form send the next page a number.
I want the second page to check that number against the
set of numbers in the database. right now all I can get it
to do is verify the very first number in the database.
I'd post code, but my loop is so messy I'm embarrased.
anyone think they can bang something out for me?
here is my statement before the loop
dim AUTHENTICATE
AUTHENTICATE = "SELECT * from employeenumbers where numbers "
Rs.Open AUTHENTICATE, schedule, 1,3