G
Guest
I am trying to implement Article ID 31881 -How to use a record set to send
Outlook e-mail to multiple receipients in Microsoft Access.
I have copied the code suggested into a new module. However the compiler
does not like the first statement. (Access 2000, VB 6.0)
Dim MyDB As Database
The second statement is accepted!
Dim MyRS As Recordset
It looks like the "As Database" is not acceptable.
Can anyone help me as to what is incorrect in VB
Outlook e-mail to multiple receipients in Microsoft Access.
I have copied the code suggested into a new module. However the compiler
does not like the first statement. (Access 2000, VB 6.0)
Dim MyDB As Database
The second statement is accepted!
Dim MyRS As Recordset
It looks like the "As Database" is not acceptable.
Can anyone help me as to what is incorrect in VB