Adding 'other' category to combolist

werunthings

New member
Local time
Today, 08:14
Joined
Mar 8, 2018
Messages
2
I'd like to create a form with multiple columns and rows. Some of the options will allow the user to input text, other others will permit them to select from a list (one or more response options).

I've provided a screenshot to help explain.

I am relatively new to access and aware of a list or combobox (display control) and where i can place a value list in the row source type. However, I can only make single columns.

Thank you for your help.
 

Attachments

  • Untitled.png
    Untitled.png
    74.9 KB · Views: 64
Last edited:
You must input the number of Columns on its property sheet
 
Thanks for your suggestion. Adding a column won't allow me to have text options, lists, combo list, or checkboxes. That just increases the number of columns.

How can I create a column that allows for a checkbox, another column that is a drop down list, and a third that is a combo list in the same table?
 
I don't understand your explanation. Is the form you are showing a continuous form or is it a single record form? If the form is continuous, then there will be only a single set of properties for each row. You can change the RowSource for a combo in the Current event of the form but that could make all the other instances go blank so this is not straightforward and you would need to use a technique similar to that used for cascading combos. If the form is showing a single record, then each combo is a separate control and therefore can have a separate RowSource property.
 

Users who are viewing this thread

Back
Top Bottom