List box question

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

Guest

I ahve a list box with 3 letters an end user can select. Y, N,U. I would like
the default to be "Y" and put it in my tablse as such if the end user does
not select one at all. Can someone provide me the expression and where you
would put this in the the properties. Thank you
 
Control Source = [FieldName]
Row Source Type = Value List
Row Source = "Y";"N";"U"
Bound Column = 1
Default Value = "Y"
 
Yes that is what I have and it just leaves it blank without putting anythig
in the field.

Wayne-I-M said:
Control Source = [FieldName]
Row Source Type = Value List
Row Source = "Y";"N";"U"
Bound Column = 1
Default Value = "Y"


--
Wayne




TKM said:
I ahve a list box with 3 letters an end user can select. Y, N,U. I would like
the default to be "Y" and put it in my tablse as such if the end user does
not select one at all. Can someone provide me the expression and where you
would put this in the the properties. Thank you
 
Back
Top