Hi. I am doing some basic database stuff - read, add, delete, change etc.
The database contains names.
One of the things I'm trying to do is whenever I delete an item from the
database is to show a message box with the the current name of the
record I'm deleting...Kind a like so:
intRetValue = MsgBox("Are you sure you want to delete " &
adSaleData.Reco rdSet.????? & " from the database?"
Any ideas?
Thanks.
The database contains names.
One of the things I'm trying to do is whenever I delete an item from the
database is to show a message box with the the current name of the
record I'm deleting...Kind a like so:
intRetValue = MsgBox("Are you sure you want to delete " &
adSaleData.Reco rdSet.????? & " from the database?"
Any ideas?
Thanks.
Comment