thesaurusrex
Registered User.
- Local time
- Yesterday, 21:15
- Joined
- Aug 2, 2005
- Messages
- 14
I have an inspection checklist with drop down selection boxes, each of which has an incorrect response. If the response is incorrect, the field is highlighted and the user inputs an explanation in a memo field. I need to be able to either print out a list of all the problems and their explanations or export such a list into Excel for further tracking (I have a select query so that the report is based on only one record). However, I can't figure out how to get rid of blank fields and not end up with pages of blank spaces. I have two ways of choosing which fields should be listed: all the ones which are not null, or whose corresponding drop down value is 1. Anyone have some suggestions for implementing this?