473,569 Members | 2,737 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 2054
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
1907
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 ORDER BY ;
6
5884
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 the button code in the load event of the home page. When I leave the home page and go into other forms, the scroll still moves the user into another...
1
3414
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 instance, whenever a user uses the mouse wheel to scroll down, the first record disappears off the screen and they can't get it back unless they click...
1
4026
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. But instead of scrolling through the combo box, Access 2000 starts scrolling through the records, as if I was hitting PAGE DOWN. How can I get Access...
1
7155
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. Therefore I have the vertical scroll bar enabled for the text box object. When a user is working with this form and that text box has focus, I would like...
1
1472
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 the same record even when we scroll the mouse. if so please give the code thanks in advance.
1
2408
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 do not touch the wheel on top of the mouse. I can do anything else with the mouse, that is, move it around the form and click on controls. But if I...
2
8583
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 scrollbars. I have found that when a user scrolls the wheel in an attempt to scroll the form down, a combobox or listbox will scroll instead (if it has...
11
11415
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 "Update Database" to save the record to the table. Each entry creates a new record in the original table (all data goes to the same table). I've used...
0
7614
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7974
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6284
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5513
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5219
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3653
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2114
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 we have to send another system
1
1221
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
938
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.