In a form I have a ComboBox field which queries a vendor table with just three fields in it: Vendor_ID (autonumber); Vendor Name (text); Vendor Link (html link)
The form's table only includes the Vendor_ID for looking up the Vendor Link and it's set to Number.
The dropdown box works fine...