Hi everyone,
I am so closed to what I want to do but I am stuck on some VBA loop. This table is not normalized because it is an excel file that I receive every week. So I'd rather just copy that file into the same folder every week instead of having to normalize again. Since this is built for a user, I also want it to make it as user friendly as possible,
I have a table with : Email, Course1, Course2, Course3, Course4 as fields.
I want to send an email to each of them who's Course1 to Course 4 are not "Passed" with the name of the course (Course1,2,3,4)
I have the email part setup perfectly, but I need some help with the recordset.
As an example, the output I need is this:
"Hi,
You have not completed the courses below
Course1
Course2
Course4"
attached is a sample... I have a feeling im only missing one or two lines of code...
Thanks
I am so closed to what I want to do but I am stuck on some VBA loop. This table is not normalized because it is an excel file that I receive every week. So I'd rather just copy that file into the same folder every week instead of having to normalize again. Since this is built for a user, I also want it to make it as user friendly as possible,
I have a table with : Email, Course1, Course2, Course3, Course4 as fields.
I want to send an email to each of them who's Course1 to Course 4 are not "Passed" with the name of the course (Course1,2,3,4)
I have the email part setup perfectly, but I need some help with the recordset.
As an example, the output I need is this:
"Hi,
You have not completed the courses below
Course1
Course2
Course4"
attached is a sample... I have a feeling im only missing one or two lines of code...
Thanks