create a table from a form

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

Guest

I would like to be able to save data that I fill in a form to a table. The
form uses combo boxes with data from other tables. For some reason I am not
able to create multiple records; the form only allows for one record. This
record isn't saved anywhere. I have a built a table that contains the same
fields but I don't know how to get the data to transfer. Is there some way
of creating a table from this form to save the data or do I need to start
over and bulid the table first?
 
You don't have to re-create anything make sure your Form and text boxes are
bound to your table. In the form properties make sure the Record Source
Property is the table you want the records to save in then click on your
combo or text boxes and make sure the Control Source property is the field
you want.

Try that and let me know if it helps you.
 
Normaly this would help but I alreardy have a text box-DESCRIPTION- that has
a control source. do you have any other ideas.

thank you

Chris
 
Back
Top