S
shaw
Here I am using VBA code to generate a form and its controls. After a form
and comboboxes are created I want to add values to the comboboxes. AFter
setting the RowSourceType property of the combobox to "Value List", I use
AddItem method to add the values to the combobox.... But got following:
"Run-time error '2478'
<database name> doesn't allow you to use this method in the current view
What problem it is???
Thanks in advance!!
and comboboxes are created I want to add values to the comboboxes. AFter
setting the RowSourceType property of the combobox to "Value List", I use
AddItem method to add the values to the combobox.... But got following:
"Run-time error '2478'
<database name> doesn't allow you to use this method in the current view
What problem it is???
Thanks in advance!!