Thanks for responding, Brian! Yes, I use code similar to that to mail in various ways.
However, this time I must use the NameSpace method so notices may be sent without opening Outlook (coming from a production line box; a valid profile set up on the box to allow the mapi login but no Outlook...
Hi folks, it's been another grand frustrating day! I'm trying to mail from Access using the NameSpace Logon method with embedded profile and password. However, I cannot seem to get it to work. The code breaks with an error at the last line of this segement.
**********
Dim objOutlook As...
Yeah, that's ok, the thing that is whacking my brain is it's only happening to about 10% of the displayed records... the rest show just fine! I've looked over and over at the individual records and there doesn't seem to be any pattern in the "non-show" problem *that I can see*.
Hi guys, this is one of those "Huh???" situations. On one of my forms, I have two subforms. One is normally hidden, and becomes visible only with a click action. Everything works just fine EXCEPT... certain records displaying in this subform lose their vertical scrollbar with no apparent rhyme...
Hey scottian, I just finished dealing with a similar problem last week. I have email going both to the person/department being notified, and an email coming back with their acknowledgement. Really simply, I just used the form fields to populate the emails and it is really working smoothly...
Hi guys, thanks for responding. First of all, here is the sql from the query:
INSERT INTO tbl_Calibration_Record
SELECT tbl_GageOut.*
FROM tbl_GageOut LEFT JOIN tbl_Calibration_Record ON tbl_GageOut.[Device ID] = tbl_Calibration_Record.[Device ID]
WHERE (((tbl_GageOut.[Date In]) Is Not Null))...
Hi folks, I know I must be just not seeing something that's wrong but I just can't see it...
I have three tables... master gage, gagehistory, and gageout. All have deviceID field. Mastergage and gageout have deviceID as primary w/no dup, gagehistory deviceID as foreign with dups allowed (this...
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.