Form Input to table

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
 
R

Rick

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
 

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

Top