I am making a multiple choice survey and for some questions, there is only one option, such as N/A. If there is one option I would like it to Auto populate in the combo box.
My Row source for a combo box is: SELECT DISTINCT Table1.Year FROM Table1 WHERE (((Table1.Make)=Forms![Form1]!Make))
I am able to view the correct values but I need the value to autopopulate if only one option is available.
I am new to Access so any help would be appreciated.
My Row source for a combo box is: SELECT DISTINCT Table1.Year FROM Table1 WHERE (((Table1.Make)=Forms![Form1]!Make))
I am able to view the correct values but I need the value to autopopulate if only one option is available.
I am new to Access so any help would be appreciated.