Graham Bucknall
Registered User.
- Local time
- Today, 18:10
- Joined
- Feb 28, 2002
- Messages
- 28
I am trying to set up a system to choose a number of criteria, run a query with them and then send a bulk email to those on the query list.
I have been following through things from elesewhere in the Forums. The query works OK but when I choose the send email button I get "User defined type not defiend" and the second line of code in:
Private Sub Command2_Click()
Dim cat As New ADOX.Catalog
Dim cmd As ADODB.Command
Dim rs As ADODB.Recordset
gets highlighted.
Does anyone have any suggestions.
I have been following through things from elesewhere in the Forums. The query works OK but when I choose the send email button I get "User defined type not defiend" and the second line of code in:
Private Sub Command2_Click()
Dim cat As New ADOX.Catalog
Dim cmd As ADODB.Command
Dim rs As ADODB.Recordset
gets highlighted.
Does anyone have any suggestions.