Hi,
I have a combobox with only 1 value and this value can be change anytime and that value come from a table.
When I open the form the default value for the combobox must be the only choice in the list.
I've try in the DefaultValue propertie ...
=[comboboxname].[ItemData](0)
... but it's not working.
If someone have a clue thanks in advance.
I have a combobox with only 1 value and this value can be change anytime and that value come from a table.
When I open the form the default value for the combobox must be the only choice in the list.
I've try in the DefaultValue propertie ...
=[comboboxname].[ItemData](0)
... but it's not working.
If someone have a clue thanks in advance.