COMBO BOXES

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

Guest

I have a table named tblSize. I have a form name Data. I want to use a combo box in this form to select a size. I want the size selected to be put into a field called PartSize in the source table for the form data. I do not want a 1 or 17 or whatever put into that field. I want the actual value selected i.e .078 or .08125. How do I do this? Thanks.
 
Set the Control Source of the combobox to the field you want the data stored
in. Set the Bound Column of the combobox to the column that contains the
data that you want to store.

--
Wayne Morgan
Microsoft Access MVP


FRANK said:
I have a table named tblSize. I have a form name Data. I want to use a
combo box in this form to select a size. I want the size selected to be put
into a field called PartSize in the source table for the form data. I do not
want a 1 or 17 or whatever put into that field. I want the actual value
selected i.e .078 or .08125. How do I do this? Thanks.
 

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

Similar Threads

Combo Box help 1
Cascading Dependant combo boxes 0
Problem with Combo box on form 1
combo box filter 1
Sort with Combo box 2
Stop entry data to my combo box! 13
Combo Box 3
Combo Box QUESTION 5

Back
Top