Bookmark for selected items in DataCom - TechRepublic
General discussion
January 14, 2002 at 09:41 AM
setivi

Bookmark for selected items in DataCom

by setivi . Updated 24 years, 2 months ago

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 )

This discussion is locked

All Comments