B
Becky
I have tables tblEmployee, tblWorkweek, tblProject and
tblTimesheet.
Table Timesheet has fields: autoID, EmpID,
WorkweekID,T1Start,T1End, Project1(realy ProjectID).
Because the timesheet goes for 14 days I really have 14
ProjectIDs. I can make it work in Access but ASP gets
confused with having a multiple foreign key.
How should I structure this properly?
Thanks,
Becky
tblTimesheet.
Table Timesheet has fields: autoID, EmpID,
WorkweekID,T1Start,T1End, Project1(realy ProjectID).
Because the timesheet goes for 14 days I really have 14
ProjectIDs. I can make it work in Access but ASP gets
confused with having a multiple foreign key.
How should I structure this properly?
Thanks,
Becky