You are not giving me much to work with here.
Code:
SELECT * FROM tblAssociate
This only tells me the table name not the field name you are retrieving.
Since I have not seen your database and you have not given an details on the table structure I have no clue what is stored in your tables. I have no idea what fields you have in the table tblAssociate. Or what type of data is store in each field.
You may have all the information you need in the
rst recordset.
You can reference the other fields like you do the password using rst!Password.
How exactly do you determine expiry date?
How exactly do you determine account lock status?