Hi.
Table that assigns a descriptive value for each day for each staff member
Important Fields: ClinicDate, Staff, Description
I need to create a module that will create new records and populate them with consecutive dates for each staff, then look up the corresponding value in a separate table to find the correct description.
The lookup table is as such: tbl: StaffDays, Fields: ID (number), Day (Sunday through Saturday), Staff, Description
Thanks your help.
Table that assigns a descriptive value for each day for each staff member
Important Fields: ClinicDate, Staff, Description
I need to create a module that will create new records and populate them with consecutive dates for each staff, then look up the corresponding value in a separate table to find the correct description.
The lookup table is as such: tbl: StaffDays, Fields: ID (number), Day (Sunday through Saturday), Staff, Description
Thanks your help.