Good morning guys. I have a small aplication that sends emails with pdf reports attached. It has litte bit of everything but there is a memo type field that depending on the format of the text (When there are tabs specially) overlaps the begining of the text on each line. When you preview the...
Yup I looked at the redemption too but it seems way to complicated and not too safe. I will take a look at the ClickYes one. No idea what CDO is at all : )
Thank you guys
Great I used Paul's option and it is working great. The last detail is the "A program is trying to send an e-mail on your behalf..." I look around and I believe there is no way to disable this security warning... Am I right?
Hello,
I am trying to add a filter to a recordset table but I am not sure how to write ir or in what part of the code.
This is my code:
Dim RS As DAO.Recordset
Set RS = CurrentDb.OpenRecordset("Mail_Reminder_RecordSet")
With RS
If .EOF And .bof Then 'IT MEANS THERE ARE NO RECORDS, WE ARE AT THE...
Thanks a lot. You were right. I created a text box and named IncidKey and it works like a charm.
It is amazing how little I know about access and how much I can do with your help.
Thanks
Thanks for the answer. Well I know what happened but I do not know how to fix it. The filter is working but it changed all the IncidKey records on my table to the first one.
I have a warning when I close the form after I send the mails saying "Write Conflict, The record has been changed by...
Paul,
I think I talked too fast. For some reasson it stop filtering the reports. It did work for a while but now it just sends the same report to all the emails adresses. Do you know what could be wrong?
Pbaldy thank you so much for your help. This is working great now! I am so happy :D
John Big Booty, thanks for your help too, I tried the other option first because it looked easier but I am sure your option was as good too.