Hi all,
I have a combo box who's Row Source Type is set to Table/Query and who's Row Source pulls 2 columns of data from an existing table (UserID;UserName).
I would like to set the first row on the combo to "*;Select All" and follow this by "UserID;UserName" for all users in the table.
I've tried using combobox.additem Item: = "*;Select All",Index: = 0 but it requires the combo box to have the Row Source Type set to Value List though I'm not sure how to pull in the table data if the type is set to Value List.
Any Idea's how I can get around this problem?
Thanks,
Dave
I have a combo box who's Row Source Type is set to Table/Query and who's Row Source pulls 2 columns of data from an existing table (UserID;UserName).
I would like to set the first row on the combo to "*;Select All" and follow this by "UserID;UserName" for all users in the table.
I've tried using combobox.additem Item: = "*;Select All",Index: = 0 but it requires the combo box to have the Row Source Type set to Value List though I'm not sure how to pull in the table data if the type is set to Value List.
Any Idea's how I can get around this problem?
Thanks,
Dave