Form Input to table

  • Thread starter Thread starter Brendan Mather
  • Start date Start date
B

Brendan Mather

I have a form that has two text boxes. I would like to know how I can set
it up so that the user will input text into these two boxes then click a
button and it will add the text in each box to the appropriate field in the
table.

Thanks,
Brendan
 
Brendan:

If the form is bound to a table or an updateable query, then this should
happen. You should be able to make entries and then press page down (or
create a button to add the record.)

When looking at the form in design view, you need to look at the form's
properties. On the 'data' tab, make sure the record source is a table or a
query that can accept new records.

Rick
 
Back
Top