I have created a userform in Word VBA designed to get users to save files in the correct folder, with a standard naming system. The form has various text box fields and a combobox.
How do I get the ComboBox to lookup a field (ClientName), in an access database table (SMDB.MDB / Clients) stored on a network share, and use the field (CSavePath)?
I've done VBA in Access and Word before, but have never had to get them talking to each other before.
Any comments appreciated. Ta
How do I get the ComboBox to lookup a field (ClientName), in an access database table (SMDB.MDB / Clients) stored on a network share, and use the field (CSavePath)?
I've done VBA in Access and Word before, but have never had to get them talking to each other before.
Any comments appreciated. Ta