|
-
Jun 8th, 2006, 10:52 AM
#1
Thread Starter
Hyperactive Member
VBA Adding a record to table
I am using access to create a form for the user to input data through and store it in a table. I am having a little trouble with "adding" the inputted data from the form to the table.
1) If I use the scroll bar on the mouse it will move forward to a new blank record and any data on the previous record is automatically placed into the table.
2) After hitting tab on the last text box it automatically inputs all the data into the table and create a new blank record.
I do not want to allow the user to use these options to add the record to the table. What I want to do is place a simple command where the user "must" click on in order to save the data to the table. Otherwise, the information is not saved. What do I need to do to prevent the user from using the above two methods to save data?
Last edited by lilmark; Jun 8th, 2006 at 11:34 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|