G
Guest
I have searched the knowledgebase and this forum and can't find an answer to
this. Is there a way to remove a list box item (a record that is displayed)
without requerying? For example, I have a list of records showing in the
list box; the app allows a user to higlight one or more records in the list
and then click on a command button which deletes the records in the database
(SQL Server 2000). Requerying the list takes quite a long time, so I would
like the application to simply remove the records from the list if no error
was returned by the database after the deletes.
The list box is unbound and is populated using a "call-back" function as
described in the Access 2000 handbook and in the MS KB. Not sure that this
matters, but thought I should mention it.
Thanks for the help!
this. Is there a way to remove a list box item (a record that is displayed)
without requerying? For example, I have a list of records showing in the
list box; the app allows a user to higlight one or more records in the list
and then click on a command button which deletes the records in the database
(SQL Server 2000). Requerying the list takes quite a long time, so I would
like the application to simply remove the records from the list if no error
was returned by the database after the deletes.
The list box is unbound and is populated using a "call-back" function as
described in the Access 2000 handbook and in the MS KB. Not sure that this
matters, but thought I should mention it.
Thanks for the help!