473,503 Members | 10,660 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Mouse Scroll / Records Data Entry

36 New Member
Access 2003:

I notice that on a form there is a menu for RECORDS - Data Entry.
What occurs here is when data is updated and the option is selected It enters the data into the table and starts the form back at 1.

This would help in the mouse scroll case where users enter data and can still scroll through the records

Would it be wise to place an OnEnter event at the last record to Run this Alt+R+D, so Data is entered and the form is back at 1?
Oct 29 '07 #1
2 2047
missinglinq
3,532 Recognized Expert Specialist
The OnEnter event occurs when you actually enter a textbox or cbo on a record; there is no OnEnter event, per se, for a record. You wouldn't really want to go back to Record one anytime you had to enter a given field on a the last record, would you? You could simply place a button on your form and either place the code

Me.Requery

behind the button, or even simpler, when the Command Button Wizard comes up, select Record Navigation (which should be up by default) then select Go to First Record. This would also be useful for returning to the first record at times other than when entering a new record,

You could also place the Me.Requery code behind a Save button if you have one (after you've saved the record, of course, or behind a number of other events.

Linq ;0)>
Oct 29 '07 #2
ilikebirds
36 New Member
Sorry, I think I expressed myself wrong.

The menu option Records - Data Entry adds all the data from the form into the table and resets itself.

Without selecting that option... it adds data to the table then becomes Record 2.
At this point you can inadvertently mouse scroll through the records.

So I was wondering how to always enter data using the Records - Data Entry option to prevent mouse scroll.
Oct 29 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
1904
by: MARK | last post by:
I have 2 forms both with a combo box. The selection within the combo box is based on a statement each: SELECT * FROM dbo_consumables ORDER BY ; & SELECT DISTINCT FROM dbo_consumables...
6
5877
by: Debbie | last post by:
Hi Stephen, I'm trying to use your mousehook off...and thanks so much... it's such a blessing that you share with the rest of us. I have the dll in the same folder as the database and placed...
1
3401
by: jv | last post by:
I have quite a few of continuous form and subform where I do allow scroll bars. I run into problems with the mouse wheel whenever the data on the form does not take up the whole page. In this...
1
4019
by: Otie | last post by:
Can this be fixed? I have a combo box which is filled with lots of choices on a certain form. I click on the combo box and want to scroll down through the items using my mouse's scroll wheel....
1
7140
by: Ima Loozer | last post by:
On one of my forms I have a text box sized and shaped to display multiple lines. The max content of the field is such that the text box may display less than all of the data in the field. ...
1
1460
by: neelesh kumar | last post by:
sir, i have a form created using wizard from table questions.My problem is when i scroll the mouse next records are coming.can we avoid next records to come when we scroll the mouse.i want to be in...
1
2403
by: Paul Brady | last post by:
First, apologies iif this is an old problem. I do read this group, but I may have missed it. When I open a form in A2K to put data into a record (or create a new record), all is well provided I...
2
8577
by: =?Utf-8?B?TWFyaw==?= | last post by:
Does anyone know of a way to disable the mouse scroll wheel when a control such as a combobox or listbox has focus? I ask this, because I have an extremely large data entry form with vertical...
11
11406
by: dizzydangler | last post by:
Hi, all! I'm a new user, looking to get some help on a form problem in MS Access 2007 I haven't been able to crack. I've built a form that prompts users to enter new record data, then click...
0
7207
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7361
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
5602
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5026
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4693
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3183
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1523
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
749
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
403
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.