When leaving a form as part of the exit button code, I want to test if there are records and a particular field is empty.
I created a query and if there are records, a form created from the query should open and show the missing items; however, if the query has no records, it should just continue on. This is for right now my easy way out until I can figure out why my record validation doesn't work.