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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top