After I perform an AddNew method to a data recordset, how do I get the recordnumber for the record just added? I can't find any properties nor methods that allows direct record number access.
Ideally, after the AddNew, I want to add the data to the record, perform the Update, the position that record near the top of the MSFlexGrid so I'm looking for equivalent to:
ListBox.TopIndex
ListBox.ListIndex
for the data control and/or grid
Thanks,
Walt
Ideally, after the AddNew, I want to add the data to the record, perform the Update, the position that record near the top of the MSFlexGrid so I'm looking for equivalent to:
ListBox.TopIndex
ListBox.ListIndex
for the data control and/or grid
Thanks,
Walt