you need to use ADO object library, apparently an ADODB.Connection object, and then use it to connect to your database with a valid connection string, and then using this object's Execute method to execute the Delete SQL statement you wish to be executed.
@Ryan,
The default library for Access is DAO not ADO. DAO is optimized for working with Jet/ACE so there is no reason to use ADO. As for other RDBMS', I haven't seen any analysis comparing DAO and ADO using the ACE library so I can't say which is better. All the analysis that I find is for Jet and Jet has been gone since 2007.
>>The default library for Access is DAO not ADO
Ok, not aware this was in Access TA.
Microsoft Access
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.