Hi,
I only have one table which has the structure
name
email
Order_ID
with regards to the debugging I have changed the code
Option Compare Database
Private Sub Command2_Click()
Dim dbS As DAO.Database
Dim rst, drst, nrst As DAO.Recordset
Dim tblName As Variant
Dim sqlStr, Email, Order_ID...