Data combo control

J

Justin

Hi All,

I am able to use the data combo control in VB quite sucessfully, but when i
try to use the control in word it doesn't want to work. Can someone give me
an example of how one is used in word 2003.

This is how i have set it up so far and i can't seem to get it to work.

'* DD is the standard DLL that i use for all of my projects *

Set objdb = New DD

Set CmboSuburb.DataSource = objdb.GetSuburbList
Set CmboSuburb.RowSource = objdb.GetSuburbList

TIA
Regards
Justin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top