C
Charles D Clayton Jr
A2K
I have a main table ("MainTable_CostCodes")that lists all the
CostCodes with a description and other pertinent information. I have
another table("subCostCodes_Qty") that has Dt(date), Qty (number) and
FK from the MainTable. It is related in a 1 to many.
I need to create a form for a person to input dates and qty for
CostCodes. There are around 30 CostCodes but you will not have a qty
for each CostCode every day. I need to be able to list all the
CostCodes on the form with a place for the person to enter a date and
hours next to whatever costcodes are being used. Does anybody have
any guidance on how to approach this problem?
Thanks,
Charles D Clayton Jr
I have a main table ("MainTable_CostCodes")that lists all the
CostCodes with a description and other pertinent information. I have
another table("subCostCodes_Qty") that has Dt(date), Qty (number) and
FK from the MainTable. It is related in a 1 to many.
I need to create a form for a person to input dates and qty for
CostCodes. There are around 30 CostCodes but you will not have a qty
for each CostCode every day. I need to be able to list all the
CostCodes on the form with a place for the person to enter a date and
hours next to whatever costcodes are being used. Does anybody have
any guidance on how to approach this problem?
Thanks,
Charles D Clayton Jr