combox selection

  • Thread starter Thread starter Mr. Vermonter
  • Start date Start date
M

Mr. Vermonter

How do you make a combobox that has two columns but you only want the user to
see one of the columns? The other column is an ID field that will be used in
queries for selection keys.
 
Mr. Vermonter,

Whichever column you want to *invisible* set the Column Width to 0, i.e...

Column Width: 0";1"

OR

Column Width: 1";0"

--
Gina Whipp
2010 Microsoft MVP (Access)

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

How do you make a combobox that has two columns but you only want the user
to
see one of the columns? The other column is an ID field that will be used in
queries for selection keys.
 
Back
Top