Recent thread discussing sending e-mail... thread222-734914. There are quite a few threads in this forum if you just do a search for sending e-mail.
As far as command line arguments, take a look at the Command$ function. Here's a thread on it... thread222-684007.
--
Jonathan
I should have mentioned... replace DataReport in the above code with the name of your DataReport.
It's just like any other object or control... objName.xxx.
--
Jonathan
This can be done using something like...
DataReport.Sections("ReportHeader").Controls("lblFillMeIn").Caption = "Filled In"
Of course, you'd need to change the section and control names accordingly.
--
Jonathan
You could use the Format function to force your expression into a certain format (i.e. Format("0","00") returns "00").
--
Jonathan
For those interested, there was a paper written by Wulf and Shaw in 1973 titled "Global Variable Considered Harmful." I had difficulty finding it online anywhere other than in the ACM Digital Library.
http://portal.acm.org/citation.cfm?id=953355&jmp=references&dl=ACM&dl=ACM
Some of...
I'm not a heavy Access Report designer myself... my first thought would be to add a Group Footer band.
My initial reply was only to redirect others who might wish to respond to a post that already had responses.
Good luck.
--
Jonathan
Check for an error after you update the recordset. Is there one?
Comment out On Error Resume Next to see what is happening?
I don't believe you're handling error 3265 correctly. My ADO Error Reference is saying that a field is probably misspelled. If that's the case, you're not handling the...
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.