S
SonicX
Is it possible and if so is it already integrated or do
you have to programaticly do it with VBA...?
To send a word template with text boxes as an email
attachment and have the person fill out the template and
then return it once recieved update your access DB with
the received text box information?
I am a web programmer and would normally do it with online
forms. It seems a hastle to output a CSV from the Word doc
data and then import that into access. I am thinking that
the only way is to programaticly automate it with an
access app. The user once they received the word doc
attachment with the text fields filled in would save that
attachment to a certain folder and then open access and
the program would direct them to the folder which the
attach doc was saved in. The access app would have to
parse through the word doc using word doc object oriented
methods to get the text field data and then store the data
to it's database.
Any thoughts and suggestions would help Thanks..
you have to programaticly do it with VBA...?
To send a word template with text boxes as an email
attachment and have the person fill out the template and
then return it once recieved update your access DB with
the received text box information?
I am a web programmer and would normally do it with online
forms. It seems a hastle to output a CSV from the Word doc
data and then import that into access. I am thinking that
the only way is to programaticly automate it with an
access app. The user once they received the word doc
attachment with the text fields filled in would save that
attachment to a certain folder and then open access and
the program would direct them to the folder which the
attach doc was saved in. The access app would have to
parse through the word doc using word doc object oriented
methods to get the text field data and then store the data
to it's database.
Any thoughts and suggestions would help Thanks..