C
CW
I am trying to track progress of task to be completed. Updates will be done weekly. When entering an update I do not want to loose the previous weeks update. I would like a new record to be created.
I tried by creating a main form with a subform. The main form has the customer name and location. The subform has a field for "Update Status" and "Actions to be Taken."
tblCompany
ID
Company
Location
This table has a many to 1 relationship with
tblStatus
ID
Update Status
Actions to be Taken
This is probably simple but I'm not having much luck. To be clear tblCompany has serveral other tables in a many to 1 relationship. My concern is with the tblStatus.
I tried by creating a main form with a subform. The main form has the customer name and location. The subform has a field for "Update Status" and "Actions to be Taken."
tblCompany
ID
Company
Location
This table has a many to 1 relationship with
tblStatus
ID
Update Status
Actions to be Taken
This is probably simple but I'm not having much luck. To be clear tblCompany has serveral other tables in a many to 1 relationship. My concern is with the tblStatus.