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
 
Top