Page 1 of 1

Listbox documentation

Posted: Tue Oct 30, 2012 2:46 am
by ironman86
I searched the wiki, this forum, and the internet for a long time but I can't find anything that explains how to get a Listbox object to save the selections the user makes. Listbox is the one that the user can select multiple items.

I'm able to add the Listbox to a form just fine and the SQL statement that selects the possible values for the Listbox works great; the problem is that I don't know the specifics of how nuBuilder wants me to set up a relationship table that will store the user's multiple selections. The wiki page makes no mention of this other than how to populate the box with values and the demo database that came in the zip file doesn't make use of the Listbox object so I can't use that as an example.

Any help would be greatly appreciated!

Re: Listbox documentation

Posted: Tue Oct 30, 2012 2:56 am
by admin
ironman86,

nuBuilder uses Listboxes only for selecting Criteria on a Report Screen (they aren't saved anywhere).

Generally developers would use a subform to hold multiple choices.

Steven