G
graeme34 via AccessMonster.com
Hi I am fairly new to VBA/DAO/SQL, and I was wondering how to run an embedded
delete query in VBA, currently I have been using a strSQL = "SELECT query
with the WHERE criteria" to find the required record, opening a recordset
based on the strSQL then deleting the record....but surely the is a way of
doing this without resorting to opening a recordset...therefore improving
performance....I think
Thank you !
delete query in VBA, currently I have been using a strSQL = "SELECT query
with the WHERE criteria" to find the required record, opening a recordset
based on the strSQL then deleting the record....but surely the is a way of
doing this without resorting to opening a recordset...therefore improving
performance....I think

Thank you !