L
LMB
I have this table structure
tblEmployee
EmployeeID
EmployeeLastName
EmployeeFirstName
tblWorkAreas
WorkAreasID
WorkArea (field names are cvicu, msicu, etc...)
tblAreaWorked
AreaWorkedID
EmployeeID
WorkAreaID
WorkAreaDate
WorkAreaHours
I don't fully understand how table structure all works yet but I think this it correct. I was expecting the tblWorkAreas to be a lookup table so I typed in the areas that the therapists work in. The WorkArea is the field I based a combo box on in my form. It works fine. There are nine work areas but when I look at the table there are 21 records and the names of the work areas are duplicates. It seems that when I enter a new record for an employee, it adds it here and to the tblAreaWorked. Is this the way it's supposed to work? This table is going to get huge since there will be 18 records added each day.
Thanks,
Linda
tblEmployee
EmployeeID
EmployeeLastName
EmployeeFirstName
tblWorkAreas
WorkAreasID
WorkArea (field names are cvicu, msicu, etc...)
tblAreaWorked
AreaWorkedID
EmployeeID
WorkAreaID
WorkAreaDate
WorkAreaHours
I don't fully understand how table structure all works yet but I think this it correct. I was expecting the tblWorkAreas to be a lookup table so I typed in the areas that the therapists work in. The WorkArea is the field I based a combo box on in my form. It works fine. There are nine work areas but when I look at the table there are 21 records and the names of the work areas are duplicates. It seems that when I enter a new record for an employee, it adds it here and to the tblAreaWorked. Is this the way it's supposed to work? This table is going to get huge since there will be 18 records added each day.
Thanks,
Linda