Good morning. I'm not certain I'm in the right forum, but I believe I am.
I have a table that contains an autoID for the primary key. In that table I'm collecting [audit_received_date],[fiscal_year], [county_code], [population].
I've then created a form, where I need to calculate the [audit_due_date] value. The [population] will determine WHEN the [audit_due_date] is.
IF the [population] is <4000 an audit must be filed within 24 months of the last [audit_received_date] IF >4000 then the [audit_due_date] is every 12 months.
I do not know how to put this together for those under 4000.
I have a table that contains an autoID for the primary key. In that table I'm collecting [audit_received_date],[fiscal_year], [county_code], [population].
I've then created a form, where I need to calculate the [audit_due_date] value. The [population] will determine WHEN the [audit_due_date] is.
IF the [population] is <4000 an audit must be filed within 24 months of the last [audit_received_date] IF >4000 then the [audit_due_date] is every 12 months.
I do not know how to put this together for those under 4000.