@Lennon, I was browsing the forum and saw this thread.
There is an interesting piece of code by @Tomasz. Note this call:
// retrieve quotation that matches split date
qt = qts.Item( lastsplitstr );
See the OLE doc for the ADQuotations properties:
- Item (ByVal Date As Variant) As Object [r/o] [default]
This is probably what you need!