Hi all I've been searching and reading all morning on how to send an email through access. All the examples I've seen seem to do a lot more than I need (or atleast more than I think I need). I could use a little help getting started. Here is my scenario
I'm working on a "Library" database. I have a very simple for that has a little info about the book, who checked it out, When it was checked out, and a due date. What I want is
if me.ddate > date() then
send an email to the checked out person (tblemployee.email) that says the book (insert title here) you checked out is past due. Please return at your earliest convenience.
Also,
I'd like to scan in the cover of each book and insert it into the record. I've been reading that Access doesn't do pictures very well. Any suggestions on how to accomplish this?
Thanks everyone,
Rick
I'm working on a "Library" database. I have a very simple for that has a little info about the book, who checked it out, When it was checked out, and a due date. What I want is
if me.ddate > date() then
send an email to the checked out person (tblemployee.email) that says the book (insert title here) you checked out is past due. Please return at your earliest convenience.
Also,
I'd like to scan in the cover of each book and insert it into the record. I've been reading that Access doesn't do pictures very well. Any suggestions on how to accomplish this?
Thanks everyone,
Rick