Edited by charlotte on 18-Jul-01 16:32.
Note: cross posted in VB/VBA in this thread
Ok, I am writing an application in VBScript with an Access database as the backend database to hold all of my information. This is a brand new application and will have roughly 77 user names to begin, with possiblility of more. I am trying to get it so that when the New User box opens and they have to enter whatever their user name is, and whatever their password will be, it will send that information into a Table that I have set up in the database. This way when they come back on the application later and enter their user name and ID those text fields just look it up from the database and if it finds a match lets them in. Does anyone know how I can get that to work? Thanks for any help given