Default Value in List Box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a list box which holds three values

Y
N
U

I have the "Y" set as the default in the properties as "Y". Can somone tell
me how come if a user does not select a value why the "Y" is not going into
my table? It seems they have to actually select one of the values for it to
take. I thought if you set the default it would go into the field without an
end user selection. Is this true? If so what am I doing wrong? Thank you
 
TKM,

I would normally expect that the "Y" would go into the table, based on
the Default Value setting, without the user needing to select any item
in the listbox.

Does the Y item get automatically selected (highlighted) in the listbox?

The Default Value only applies to a new record, and is applied when the
new record is created.

What is the Row Source of the listbox?
 
Back
Top