I am requesting help in constructing VBA code that replaces “SendKeys” macros that are in my Access 2000 database (running on Windows 7).
By way of background, about 15 years ago I constructed a database in Access 2.0 to manage my contacts (addresses, phone numbers, etc.). I have nine different categories of people I track and have a separate form for each category, which, when opened, alphabetically sorts the category. Since I know little about VBA code, I used mostly macros to make it all work.
I’ve subsequently upgraded the database through Access 97, now on to Access 2000. Most recently I have started running Windows 7 (64-bit) and that’s when I started having the problem I’m requesting help with.
I have buttons that, when clicked, are intended to provide page up/page down commands which advance back and forth through the records. To make this feature work I used a “SendKeys” macro, which no longer is working.
Ever since I’ve upgraded to Windows 7, when I click on these “page up”/”page down” buttons I receive the following message: “The ‘SendKeys’ action requires the Access Utility Add-in too be loaded.” “Re-run Microsoft Access or Microsoft Office Setup to reinstall Microsoft Access and the Microsoft Access Utility Add-in.”
Google produces multiple hits regarding this message, and it appears that using VBA code to replace the SendKeys macro is the consensus answer. However, since I don’t know how to write code, I am stymied in trying to fix the problem and thought I’d turn to the forum members for assistance.
In case it matters, my database does contain some code already, which was provided by CompuServe forum members back when I first constructed the database.
(And “yes” I know I could/should upgrade to a newer version of Access, but economically it would work better for my retirement finances to instead get this older version to work, assuming it’s possible.)
Any assistance is appreciated.