daviegravy
Programmer
Is there a way to not output, say a textfield and associated label, if the data source used to populate that form element is empty/null/false? I need to make some elements on my report more dynamic and having a list of empty checkboxes not only makes it cluttered, but technically serves no purpose being on there. Yes, I could just adjust my query to only retrieve values that are not null/empty/false, but I'm OR'ing multiple form elements in my query, so while one might be populated, the other elements for that record might not be. Is there a simple way, i.e. no VB code, to do such a thing? I appreciate any help/information regarding the topic. Thanks much!