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"

Signature
Wayne
> 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
TKM - 31 May 2006 16:09 GMT
Yes that is what I have and it just leaves it blank without putting anythig
in the field.
> Control Source = [FieldName]
> Row Source Type = Value List
[quoted text clipped - 6 lines]
> > not select one at all. Can someone provide me the expression and where you
> > would put this in the the properties. Thank you