I'm trying to build a login screen, that starts the user off with a default password, once they log in with that default password, a form opens that has them change thier user info, password, a question and subsequent answer if they foget their password. They way I've opened the user info form is with a where statement, so that it brings up only thier infomation so they can't hit record arrows and see or change anyone elses info. The problem is this makes their information unchange able, its just showing the info and no making editable which doesn;t really work for what I'm trying to accomplish.
If anyone knows a work around or a way in vb script to alter the user records with the forms control source being set to users. I can't have the user being able to scroll through the users info.
If anyone knows a work around or a way in vb script to alter the user records with the forms control source being set to users. I can't have the user being able to scroll through the users info.