I currently have two tables, one for accruals that holds year, amount and company fields (there will never be more than one entry per company per year) and one for adjustments that holds year, month, amount, company, and notes (there will never be more than one entery per year per month per company).
Is there a way to have a form that will take an entered company, year, and quarter and list the corrisponding adjustments and accrual for review and editing?
I currently have it set up as two forms. The first one allows you to choose the company, year, and quarter and the second uses the information from the first to DLookup the information. This allows review but not editing.
Is there a way to have a form that will take an entered company, year, and quarter and list the corrisponding adjustments and accrual for review and editing?
I currently have it set up as two forms. The first one allows you to choose the company, year, and quarter and the second uses the information from the first to DLookup the information. This allows review but not editing.