emorris1000
Registered User.
- Local time
- Today, 15:15
- Joined
- Feb 22, 2011
- Messages
- 125
I'm trying to clean up a form a bit and have it only show certain subforms/graphs if the data exists. I already have columns in a combobox query to show an "X" for if certain data appears:
Now, I know I could build another query and have some system go through and identify these things, but the easiest thing would be to reference the "X" in the columns of the combobox. Is there an easy way to reference values in the other (non-primary) columns?
Or can you think of an easy way to make these subforms only be visible when the data exists? Maybe have an on load event for the subform?
Now, I know I could build another query and have some system go through and identify these things, but the easiest thing would be to reference the "X" in the columns of the combobox. Is there an easy way to reference values in the other (non-primary) columns?
Or can you think of an easy way to make these subforms only be visible when the data exists? Maybe have an on load event for the subform?