Hi,
Can anyone point me to a primer or tutorial for using listboxes with 2 columns? I’m having a brain dead moment and can’t figure it out, it’s not the same in Word as it is in Access.
So I have an Access table (tblAgencies) with two columns, Agency and AgencyID. I’d like to have Agency appear in the Word textbox with AgencyID hidden. Then when an agency is chosen, I want to know the Agency ID that was chosen so I can look it up in the Access table and display it in Word.
I can find examples of how to load an array (which seems overly complicated for what I want to do), but there’s nothing about how to get the value (the ID) back out of the Word box…