View Single Post
  #7  
Old November 13th, 2006, 02:11 AM posted to microsoft.public.access.forms,microsoft.public.access.formscoding,microsoft.public.access.modulesdaovba,microsoft.public.access.reports
Douglas J. Steele
external usenet poster
 
Posts: 9,313
Default scroll in mouse on a form

If you're in a multi-user environment, the application should be split into
a front-end (containing the queries, forms, reports, macros and modules),
linked to a back-end (containing the tables and relationships). Only the
back-end should be on the server: each user should have his/her own copy of
the front-end, preferably on his/her hard drive. The DLL would be placed in
the same folder as the front-end database. In other words, yes, you need to
copy it to each client machine.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"00KobeBrian" wrote in message
...
So if this is used for multi-clients environment, I just need to put the
dll file to the same directory with the mdb and no need to put to the
window folder of every client machine and that should be fine, right?
Thanks.


"Arvin Meyer [MVP]" wrote in message
...
You can't change the action, but you can turn it off:

http://www.lebans.com/mousewheelonoff.htm

Also, there is an older program named FreeWheel that may offer some help:

http://www.geocities.com/SiliconVall.../freewheel.zip
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


"00KobeBrian" wrote in message
...
Hi,

How do I change the scroll action on a mouse when I open up
an Access form? Say instead of going to next record, it goes down the
screen. Please help. Thanks.