Kwantakosta
New member
- Local time
- Today, 11:34
- Joined
- Oct 3, 2012
- Messages
- 7
Dear readers,
i've got a problem making a form with a sub form that looks up data from 3 tables, i'll try to explane what i want to do
beside off other fields the 3 tables are , Employe, Project and Hours
in employe i have ID and Name
in project i have ID and Project number
in hours i have ID, lookup for employe name and for project number, then fields like date, in, out, break ......
i want to have 2 drob down boxes on the form 1 for Employe Name and 1 for Project number
in the sub form i want a datascheet view from hours
in this way i'm able to add, edit or remove record in hours for A person in B project:
example:
Name: A
Project B
hours:
Date(1-1-2012)/In(07:00)/Out(18:00)/Break(00:30)
The problem at the moment is that i'm able to add a name drobbox and link it to the sub form but i'm not able to do that together with project number
so now for each hour i have to fill in i need to add the name and the project number over and over again
can somebody help me out
i've got a problem making a form with a sub form that looks up data from 3 tables, i'll try to explane what i want to do
beside off other fields the 3 tables are , Employe, Project and Hours
in employe i have ID and Name
in project i have ID and Project number
in hours i have ID, lookup for employe name and for project number, then fields like date, in, out, break ......
i want to have 2 drob down boxes on the form 1 for Employe Name and 1 for Project number
in the sub form i want a datascheet view from hours
in this way i'm able to add, edit or remove record in hours for A person in B project:
example:
Name: A
Project B
hours:
Date(1-1-2012)/In(07:00)/Out(18:00)/Break(00:30)
The problem at the moment is that i'm able to add a name drobbox and link it to the sub form but i'm not able to do that together with project number
so now for each hour i have to fill in i need to add the name and the project number over and over again
can somebody help me out