Can someone plz help. I am very new to VB
I have two tables in my database Employee table and LOA Table. On the employee table I have the following fields.
Emplid
EmplName
EmplSalary
On the LOA table I have
Emplid
EmplName
EmplStatus
Period_bg_dt
Period_end_dt
EmplSalary
Number_days
I have created a bound form for the LOA Table where the user would put information about the emloyee. Once the user adds the emplid I would like to auto populate the EmplName and EmplSalary for that Employee. I have created a releationship based on the emplid in for these tables.
I have two tables in my database Employee table and LOA Table. On the employee table I have the following fields.
Emplid
EmplName
EmplSalary
On the LOA table I have
Emplid
EmplName
EmplStatus
Period_bg_dt
Period_end_dt
EmplSalary
Number_days
I have created a bound form for the LOA Table where the user would put information about the emloyee. Once the user adds the emplid I would like to auto populate the EmplName and EmplSalary for that Employee. I have created a releationship based on the emplid in for these tables.