Prev: Using DLookUp as the default value of a Forms ComboBox
Next: DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel8
From: Tammy on 3 Mar 2010 11:53 Hi - I switched to a new computer that has Windows 7. My problem is that the buttons on my forms don't work any more. How do I turn them back on? Something has been disabled and I can't find where to turn it back on.
From: Stefan Hoffmann on 3 Mar 2010 12:06 hi Tammy, On 03.03.2010 17:53, Tammy wrote: > Hi - I switched to a new computer that has Windows 7. My problem is that the > buttons on my forms don't work any more. How do I turn them back on? > Something has been disabled and I can't find where to turn it back on. Two possible reasons: 1. Check whether macros are disabled. In this case you have a warning when you're starting your application. 2. The buttons use SendKeys. This is blocked by Vista and Windows 7. mfG --> stefan <--
From: Linq Adams via AccessMonster.com on 3 Mar 2010 15:37
What version of Access are you using? Code does not run in 2007 (and I assume in 2010) unless your database resides in a folder that has been declared a “trusted” location. Perhaps the database now resides in a differently named folder than the one it resided in on your old computer and the new folder hasn't been declared as "Trusted?" -- There's ALWAYS more than one way to skin a cat! Answers/posts based on Access 2000/2003 Message posted via http://www.accessmonster.com |