J
Jason
I have a bit of a design delemia. I am hoping someone can help me before I
stray too far down the wrong path. All tables are in a backend file. I have a
tbl with the following.
Tbl_UnitHours
[UHID]
[ShiftAssignedto]
[Positition]*
[Unit]*
[DayofWeek]*
[Station]*
[Starttime]
[Endtime]
*fields are link to other tables
Another table called Tbl_Shifts is a listing of the shift names. Each shift
is made up of 4 to 5 records from the Tbl_Unithours
What I would like to do is have a form that I use to build shifts. That form
would be based on Tbl_Shifts. Then have a sub form that I can pick from the
tbl_Unithours. When I pick a record from that table it would drop in the
ShiftID number into the [Shiftassignedto] field.
I cannot seem to get my mind around this how to do this. What would be ideal
is to have my records from the tbl_unithours come to my form through a qry
that would only return the records where the [shiftassigned] to field is
null. That way my list gets shorter as I build the shifts.
I hope this makes some kind of sense.
Thank you
stray too far down the wrong path. All tables are in a backend file. I have a
tbl with the following.
Tbl_UnitHours
[UHID]
[ShiftAssignedto]
[Positition]*
[Unit]*
[DayofWeek]*
[Station]*
[Starttime]
[Endtime]
*fields are link to other tables
Another table called Tbl_Shifts is a listing of the shift names. Each shift
is made up of 4 to 5 records from the Tbl_Unithours
What I would like to do is have a form that I use to build shifts. That form
would be based on Tbl_Shifts. Then have a sub form that I can pick from the
tbl_Unithours. When I pick a record from that table it would drop in the
ShiftID number into the [Shiftassignedto] field.
I cannot seem to get my mind around this how to do this. What would be ideal
is to have my records from the tbl_unithours come to my form through a qry
that would only return the records where the [shiftassigned] to field is
null. That way my list gets shorter as I build the shifts.
I hope this makes some kind of sense.
Thank you