I’ve setup an option group on the first page of a tab control so users can nominate the types data the application should expect for the remaining tabs. Option 1 successfully enables or disables tab 3. However, if any of the 22 fields or 2 subforms on tab 3 already has data then a message alert needs to appear. There needs to be safe guard just in case someone needs to disable tab 3 but another person has already entered data on tab 3.
Is there an easy way to test 22 fields and 2 subforms for the existance of any data, rather than listing all individually?
Many thanks