My db is a survey designed to determine which employees need staff development in which areas. The employee checks off skills they cannot perform in several areas. I want a percentage of checked boxes(unknown skills) for each employee. I have a series of tables which are basically a txtbox for...
Is there a way to calculate and display the percentage of checked checkboxes on a report? I have a report that has a list of checkboxes some of which are checked and some are not. I would like the report to also display the percentage of checked boxes. Is this possible quickly and easily?
I have a form based on a table that is related to another teacher info table by a social security number field. When they type a social into the form i want the teachers name associated to that social in the teacher info table to pop into the appropriate box.