Hello All,
I'm attempting to build a very basic DB for billing our snow plowing accounts. For each account there is a set price for plowing and shoveling. These prices do go up based on snow depth. Example, "phase 2" is an additional 35%, "phase 3" is an additional 70%. Applying deicer and sand is based on the amount used.
I have a table for Accounts and one for AccountLog. My form records to the table AccountLog that has yes/no fields for plowing, shoveling...The actual rates are fields in the table Accounts.
I'm unclear the best way to put this into a report. Maybe I need to modify my input process/tables. I like the simplicity of using checkboxes to show if there has been plowing, shoveling etc., but I'm not sure how to apply this to the report.
Is there a good way to build a report by using checkboxes in this manner or does my form/table need to be changed?