J
jer99 via AccessMonster.com
On opening a form I populate a combo box using an array(0,0) - I
dimenensioned the array as a variant.
The 1st column is a date field and the second column is a string
I make the length of the second column 0 so that it is not seen, but still
useful.
I have tried to set the default value to the first element:
Me.cboFDBDates.DefaultValue = Me.cboFDBDates.ItemData(1)
Problem is I think its displaying the result of a division rather than seeing
it as a date.
What am I doing wrong?
dimenensioned the array as a variant.
The 1st column is a date field and the second column is a string
I make the length of the second column 0 so that it is not seen, but still
useful.
I have tried to set the default value to the first element:
Me.cboFDBDates.DefaultValue = Me.cboFDBDates.ItemData(1)
Problem is I think its displaying the result of a division rather than seeing
it as a date.
What am I doing wrong?