I have a form that contains a combo box. This combo box displays 2 fields : 1) Vendor name 2) Vendor Number. User make the selection by name and the form stores value for vendor number in the database.
I actually need both fields to store in the database. Can this be done within a combo box properties or do i need another method
I actually need both fields to store in the database. Can this be done within a combo box properties or do i need another method