Hi,
I have a weely report which contain of 2 text box. EmpNo.txt and Position.txt. I need to get the data from my access database when the form is loaded.
Before go to the weekly report form the system will check the loginID and password. The empno and position data is in the same table in Access. So, how I can write a code to tell system if the loginID and password is same as usertable then provide the Empno and position?
Please help!