I have 2 tables: Project table and Estimates table
Project Table fields:
Project ID
Proj Name
Desc
Start Date
End Date
Estimate fields:
Department
# of days
$/day
Total Estimated Cost (basically # of days * $/day)
So what i want to do is that I want to find out what department is working on a specific project and the amt of days and estimated cost each department will have
So in my main form i have the project code, department, #of days and $/day
what i want to do is that whatever ive typed in the fields (see the sentence above for the fields) in the main form will be shown in the subform so that it will be easier for me to read the data as I add multiple departments into a project
But unfortunately im stuck as i dont know how to update the sub form once ive entered all the fields in the main form