G
Guest
I have a combobox based on a qeury
Qeury looks like:
reference, article, decription, etc., etc.
bound column = 2
I want to search on reference, by typing the first letters.
But in the combobox I want to store the article number, because in my code I
use table![field] = me.combobox
But know it saves the reference and not the article.
How can I do this?
Qeury looks like:
reference, article, decription, etc., etc.
bound column = 2
I want to search on reference, by typing the first letters.
But in the combobox I want to store the article number, because in my code I
use table![field] = me.combobox
But know it saves the reference and not the article.
How can I do this?