On Tue, 11 May 2010 16:19:01 -0700, Reboot the Kid
<(E-Mail Removed)> wrote:
>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?
--
John W. Vinson [MVP]
|