autofill a table via form input

M

mattsmom

I need help please! Is there a way to input a date into a form text box and
have that date autofill a field in a table?
 
L

Lance

If the textbox is bound to a field, in the table your form is based on, it
will store the value in that field whenever you change it.
 
J

John W. Vinson

I need help please! Is there a way to input a date into a form text box and
have that date autofill a field in a table?

Ummm...

sure. That's how forms work. That's what forms are *for*!

Just have the Form based on the table, and set the Control Source of the
textbox to the name of the field. When you type a date (or other value) into
the textbox and either move off the record or close the form, that data will
be written into the table.


John W. Vinson [MVP]
 

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