Combo box on Form will write to table

F

Frank

Hi, I have a form containing a combo box. I'd like the
value that the user selects to be saved in a field on a
table. How can I do this?
 
P

PC Datasheet

Presuming you already have the table, create the form based on the table. Use a
combobox to select a value to be entered in the said field. When you close the
form, the value in the combobox will be automatically saved to the table.
 
G

Guest

First, the form is already created. Secondly, the combo
box is the list of values in Table #1. I want the selected
value to be saved in a field on Table #2.
 
G

Guest

How do I base a form on a specific table? And how do I
"bind" the combobox to the filed? Thanks!
 
P

PC Datasheet

Open to the database window and go to the Forms tab. Click on new and use the
Forms Wizard. Follow the directions and you will do both.

Steve
PC Datasheet
 
Top