I am planning to insert value in a vba access form text box values to the table in same access file
Here i will write a insert query on the submit button click event
Is there any shortcut methods to add the value into the table?
Like seting the datasource for the textbox and inserting values of all textbox in the form using a click of button
without insert queries ????
which is better?