Add records using forms

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

Guest

Hello,

I didn't use acess forms for a while and I totally forgot how
to add records using the command button in a form. I would like to get that
code.
Any help really appreciated.
 
You don't really need any code to have a form add records to your table, nor
do you need a command button to do it.
Make the table the record source for your form. Create a control for each
field and use the control source property to bind the control to the field.
This call all be done using the form wizard.
Now when you add records, the table will be updated each time you move to
another record, a new record, or close the form.
 
Back
Top