Combobox width

Beany

Registered User.
Local time
Today, 08:46
Joined
Nov 12, 2006
Messages
155
hi,

a simple 1,

ive got two columns in my combobox .... userID and name.

i want to hide the userID column and just show the name column? how do i do that?

the userID is the first column(to the left)
 
in properties set 2 columns, and set widths to eg 0,3

the first column will be width 0, which will be hidden.

the second column will be displayed only. (access actually displays the first non-zero width column)

NOTE that the combobox will still STORE the value of the first column.

---------------------
a final note,the combobox wizard suggests this automatically, if you don't use the wizard you have to do it yourslef.
 
cheers gemma
 

Users who are viewing this thread

Back
Top Bottom