Use View for Dialog Choices

I am attempting to creat a dialog box for a servey. In one section of the servey there are over 150 choices broken up into 5 catigories.

I have created a view to pull the choices from the database. When I went to make my dialog box I noticed that I was able to use a view for the dialog choices. I entered my view, and it looks great and easy to read.

The problem I’m running into is that, though I have ‘Allow multiple values’ selected, I can only select one of them. Also, my boss would like the check boxes that are standared on all other dialog boxes.

Has anyone run into this problem? Any suggestions on how to fix it?

Subject: Use View for Dialog Choices

You could create a subform with fields which pull their values from the view - maybe 5 checkbox fields, one for each category?