I'm trying to make a page where the user can view his/her user info. If they have not entered any info they should be able to click the button and their info is stored in an access table named Users. If they already have data in the table then it should update with what is in the text boxes.
For some reason usersRemaining always stays equal to 0 and never moves to 1 even if there is a user in the database.
Attached is the code that I am using.
Thanks for any and all replies!
Jolly
For some reason usersRemaining always stays equal to 0 and never moves to 1 even if there is a user in the database.
Attached is the code that I am using.
Thanks for any and all replies!
Jolly
Comment