S
Steven Sutton
I have a form in Access 2003 which adds entries to a disconnected recordset.
On one side of the form is a list box which lists all of the entries the user
has made during this session. I would like for the user to be able to click
on one of the entries in the list box and remove that record from the
recordset before I update back to the database. But I don't know how to
reference/locate the selected record. I thought about using the Filter method
but realised that would be a problem if there were two or more identical
entries. Then I ran across the Bookmark property but haven't been able to
figure out how to implement it. Could someone please suggest a way of
accomplishing what I am trying to do? Thanks.
On one side of the form is a list box which lists all of the entries the user
has made during this session. I would like for the user to be able to click
on one of the entries in the list box and remove that record from the
recordset before I update back to the database. But I don't know how to
reference/locate the selected record. I thought about using the Filter method
but realised that would be a problem if there were two or more identical
entries. Then I ran across the Bookmark property but haven't been able to
figure out how to implement it. Could someone please suggest a way of
accomplishing what I am trying to do? Thanks.