Hi, I understand that MS Access is not really meant for multi-users if robust security is the ultimate concern...but I'm trying to create a work-around where a user logs in and is prompted to enter two parameters to pull up their individual record. For example, they would put in an ID number and a Password...thes e two parameters are used to lookup in a table the exact record that matches both the ID number and password and returns information associated with that record.
Can someone help get me started on the VBA code that would do that?
So, the user would enter an ID Number and a Password in a form, then click a button to retrieve specific fields for 1 record in the table that matches.
Thanks!
Can someone help get me started on the VBA code that would do that?
So, the user would enter an ID Number and a Password in a form, then click a button to retrieve specific fields for 1 record in the table that matches.
Thanks!
Comment