Filters Macro, add an additional criteria
Best Microsoft Access Programmer Portland OR
I currently have a form that displays employees on a continuous form. Currently I have the option to check a checkbox called chkShowFormerEmployees
where it will not apply the filter I have as a default to filter out any employees that have value in the End Date
field ([End Date ] is null or [End Date ] > date()
).
This works perfectly at this moment but I’m looking to add another checkbox to filter for, SpecialAccount
.
So aside from applying a
… Read More