B
BigK9
It's been a few years and I'm a little rusty. I'm am building a very small
scheduling db. I have 2 tables.............People List and Schedule Data.
People list has a listing of employees with the following fields.
Active_Badge_# (primary key) (number field)
Emp_First_Name (text)
Emp_Last_Name (text)
Department (text)
Schedule Data Table has:
Active_Badge_# (number field)
Emp_First_Name (text)
Emp_Last_Name (text)
Department (text)
Work_Date (date/time - calendar pop up)
Start_Time (date/time)
End_Time (date/time)
autonumber primary key (autonumber)
I need to be re-educated on how to set up the form so that when I enter the
employee's badge number (active_badge_#) the first and last name as well as
the department fields are automatically filled with the corresponding data.
The People List table has all of the employees already entered into it.
Thanks for any help you can give.
scheduling db. I have 2 tables.............People List and Schedule Data.
People list has a listing of employees with the following fields.
Active_Badge_# (primary key) (number field)
Emp_First_Name (text)
Emp_Last_Name (text)
Department (text)
Schedule Data Table has:
Active_Badge_# (number field)
Emp_First_Name (text)
Emp_Last_Name (text)
Department (text)
Work_Date (date/time - calendar pop up)
Start_Time (date/time)
End_Time (date/time)
autonumber primary key (autonumber)
I need to be re-educated on how to set up the form so that when I enter the
employee's badge number (active_badge_#) the first and last name as well as
the department fields are automatically filled with the corresponding data.
The People List table has all of the employees already entered into it.
Thanks for any help you can give.