Creating a botton to update data from a Form to Table

R

Reboot the Kid

Greetings People

I need to know how to create a botton on a Form (Microsoft Access) that may
allow me to update the data in a Table. I know that I have to use VBA or VB
..NET CODE to create it. Where could I find a sample code that may help me
with that?

Reboot Kid
 
J

John W. Vinson

Greetings People

I need to know how to create a botton on a Form (Microsoft Access) that may
allow me to update the data in a Table. I know that I have to use VBA or VB
.NET CODE to create it. Where could I find a sample code that may help me
with that?

Reboot Kid

Well... no. You don't need any button or any code at all to have a Form write
data to a Table; that's what forms *DO*, out of the box. Just use the table
(or a query based on the table) as the Recordsource for the form, and bind the
form controls to the fields in the table.

If you're having trouble doing so, please explain; what's the table, how did
you create the form, what (if anything) is in the Form's Recordsource
property, and most of all, what specific problems are you having?
 

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