G
Guest
I am trying to create a new table that has fields from two different tables.
The common field between the two tables is name_soc (employee's name
concatanated with the last 4 digits of their soc). Off one the Employee
table I need name_soc, and hrs (number hours off for vacation). Off the
second table I need the date, time off code, and holiday. The date is used
to select the desired day for vacation or a holiday's date. Time off code is
a single character for time off (H = holiday, v = vacation, etc.) Holiday
just displays the holiday if its a holiday or the user can type in a small
description of the time off. Any suggestions?
Matt
The common field between the two tables is name_soc (employee's name
concatanated with the last 4 digits of their soc). Off one the Employee
table I need name_soc, and hrs (number hours off for vacation). Off the
second table I need the date, time off code, and holiday. The date is used
to select the desired day for vacation or a holiday's date. Time off code is
a single character for time off (H = holiday, v = vacation, etc.) Holiday
just displays the holiday if its a holiday or the user can type in a small
description of the time off. Any suggestions?
Matt