I have a question about how to display a last row in the ComboBox in MS Access 2007.
For displaying of the first row as Default Value in the ComboBox i was using the ComboBox.ItemData(0), but my question is how to display the last row as Default Value in the ComboBox?
Kind regards,
lukso
You could use ListCount in VBA:
On the property sheet: