I have reports that I have sent to me in an e-mail which I then need to forward to vendors. The reports are e-mailed in PDF format. The subject line of the e-mail is always the same and there is no way (at this time) to change the software to change the subject line by vendor. The only way to...
I have two working scripts that I need to somehow combine...
Global vOfficeID As String
Function OfficeID()
OfficeID = vOfficeID
End Function
is in a module, and together with this form script
Private Sub Command0_Click()
Dim db As DAO.Database
Dim rs As DAO.Recordset
Dim recCount As...
Re: thread 816550 (http://www.tek-tips.com/viewthread.cfm?qid=816550&page=1)
When looping through the office ID on my tables, it calls up each client. However, when there are no orders from that client, it sends a blank report to the e-mail address.
How do I prevent this from happening?
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.