D
Damian
It it possible to do something like this:
Consider these 4 tables from this screen shot.
TblCrew
TblJobs
TblCrewType
and a link table between them TblJobDetail.
http://img194.imageshack.us/img194/1790/relt.jpg
I wnt to create a form where the user will be able to first choose the
CrewType from combo box, then in the next combo box will choose the name that
corresponding to the choice You made in the first box. Then he will ender
values for jNumberOfForeman etc from TblJobs set as a subform or whatever
will work.
How will that link together? How can I create the form from TblJobDetail
that will show me all the info that I want? Or do I need to first create a
form that will link each cCrewID to appropriate JJobID for that Day/Date?
Im a little confused on how to make that work, because when I tried to
create a form for TblJobDetail I just got the ID's of fields which told me
nothing.
I know I have been at this for a while, but I really want to learn this and
do this little project I planned.
Thank you,
Damian
Consider these 4 tables from this screen shot.
TblCrew
TblJobs
TblCrewType
and a link table between them TblJobDetail.
http://img194.imageshack.us/img194/1790/relt.jpg
I wnt to create a form where the user will be able to first choose the
CrewType from combo box, then in the next combo box will choose the name that
corresponding to the choice You made in the first box. Then he will ender
values for jNumberOfForeman etc from TblJobs set as a subform or whatever
will work.
How will that link together? How can I create the form from TblJobDetail
that will show me all the info that I want? Or do I need to first create a
form that will link each cCrewID to appropriate JJobID for that Day/Date?
Im a little confused on how to make that work, because when I tried to
create a form for TblJobDetail I just got the ID's of fields which told me
nothing.
I know I have been at this for a while, but I really want to learn this and
do this little project I planned.
Thank you,
Damian