chiefbobkat Posted October 6, 2004 Posted October 6, 2004 I have a database in which I have a list of "Area of Expertise" beside each Area I have a checkbox formatted to display only one checkbox. The user checks the box to indicate that they have experience in that area. There are 34 checkboxes on my layout. Now I want to do a "Summary Report" which will only display the area of expertise that are CHECKED. How do I do this? Do I have to use a calaculation field? Instead of bloating my orginal file with a whole bunch of calaculation fields can I use a different table? Thanks in advance.
-Queue- Posted October 6, 2004 Posted October 6, 2004 If you only want to display a list of which options have been selected, you can create a value list based on the field. Then create an unstored calculation of ValueListItems( Get(FileName); "yourvaluelist" ) and display this on your layout. If you want a comma-delimited list, use Substitute( ValueListItems( Get(FileName); "yourvaluelist" ); "
Recommended Posts
This topic is 7615 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now