I have a datacombo object called dbcItemNo and getting the listfield from an ADO object.
How do I get the bookmark value of a selected item from the list in the DataCombo?
Or, what is wrong with my method:
Dim vBkmk As Variant vBkmk = dbcItemNo.SeletedItem
‘Now scroll record of clicked item in the DataCombo
datAdo.RecordSet.Bookmark = vBkmk
(this datAdo line halts with has a run time error )