Hello,
I had previously created an invoice email blast in Access 2007, now I have upgraded to Access 2010 the code is not working. The highlighted line is where I am getting an error message.
Please advise :
Private Sub Command52_Click()
Dim db As DAO.Database
Dim rs As DAO.Recordset
Dim...
Hello,
I have created a membership dbase in Access 2007, in which I need to send out individual membership fees annually to about 326 members. I have set up a form based on a query that runs the report with information of an individual member.
I am having difficulty in my code to loop through...
Hello,
I have created the following code (copied the code) and it works great. I have 2 problems with it namely; 1. all recipients get all reports and 2. I have the annoying Allow Deny when clicking on the command send button.
Dim db As DAO.Database
Dim rs As DAO.Recordset
Set db = CurrentDb...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.