M
martinmike2
Hi, my code to execute the query is:
Private Sub cmdMerge_Click()
Dim db As DAO.Database
Set db = CurrentDb
db.Execute "qryAppendDups"
End Sub
The query has no criteria, just appends from one table to another
allowing no duplicates.
Any help would be appreciated.
Private Sub cmdMerge_Click()
Dim db As DAO.Database
Set db = CurrentDb
db.Execute "qryAppendDups"
End Sub
The query has no criteria, just appends from one table to another
allowing no duplicates.
Any help would be appreciated.