M
Marc
With Office 2003, I would like to have a combobox that pulls information from
either access or excel but I can't find an easy way to do this. Let me pose
this with an example.
Word 2003 document "c:/templates/fruits.dot"
Userform1 has 1 combobox on it with a drop-down list of 3 items:
Oranges, Apples and Pears.
Access Database 2003 "c:/fruits.mdb"
fruits.mdb
Table with data is Table1
How would I code in VBA, in my word template so that when a user selects
Apples from the combobox the description from the table will display in the
word document where I have a bookmark [.] for fruit?
I can't find any information, anywhere, on doing this. Thank you for any
help or suggestions you are able to give me.
either access or excel but I can't find an easy way to do this. Let me pose
this with an example.
Word 2003 document "c:/templates/fruits.dot"
Userform1 has 1 combobox on it with a drop-down list of 3 items:
Oranges, Apples and Pears.
Access Database 2003 "c:/fruits.mdb"
fruits.mdb
Table with data is Table1
How would I code in VBA, in my word template so that when a user selects
Apples from the combobox the description from the table will display in the
word document where I have a bookmark [.] for fruit?
I can't find any information, anywhere, on doing this. Thank you for any
help or suggestions you are able to give me.