I have a logon screen where user select there name and login. ( data is feed from Employee table). From the logon screen to the main screen i use Set Temp Var which takes the EmployeeID of the person logon and display it on the main form.Is there any way i can have that main form pull addition data for that user (name,job tittle etc).
Example John EmployeeID is 1, so after he logs in on the main for in EmployeeID it display 1 (using Set temp var), i have other text box where i would like it to display his name and other information which is store in Employee table.
Thank you
Example John EmployeeID is 1, so after he logs in on the main for in EmployeeID it display 1 (using Set temp var), i have other text box where i would like it to display his name and other information which is store in Employee table.
Thank you