Hi guys long time
Bit of a weird one - and i cannot quite grasp it
outline
I need to create a word file (it needs to be word) based on template (not a very complicated template) max 1 to 1 and 1/2 pages long
the word doc needs to be named from the recordset but for now assume 12345.doc and the next one will be 12346.doc etc (I have a unique number system - available from tables /query
i can either make the word doc in code or use a template (template would be better)
recordset could have 20-30 in it each time i run it - but to be run every week
second half is how to email this out
i had in mind a email system
email to . test@testhotmail.xyz
file attach = this folder where the docs are store and attach 12345
in a loop
so either
create word file - email word file in a loop each time
or create all the word files and then send them individual
input would be welcome
oh.. and its sunny here in the UK - which makes a change
G
Bit of a weird one - and i cannot quite grasp it
outline
I need to create a word file (it needs to be word) based on template (not a very complicated template) max 1 to 1 and 1/2 pages long
the word doc needs to be named from the recordset but for now assume 12345.doc and the next one will be 12346.doc etc (I have a unique number system - available from tables /query
i can either make the word doc in code or use a template (template would be better)
recordset could have 20-30 in it each time i run it - but to be run every week
second half is how to email this out
i had in mind a email system
email to . test@testhotmail.xyz
file attach = this folder where the docs are store and attach 12345
in a loop
so either
create word file - email word file in a loop each time
or create all the word files and then send them individual
input would be welcome
oh.. and its sunny here in the UK - which makes a change
G
