![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
See if this sorts it out: Errors using multiple versions of Access under Vista or Windows 7 at: http://allenbrowne.com/bug-17.html Allen Browne - Microsoft MVP. Perth, Western Australia |
|
Hi, I installed Access 2003 on my new Win7 64-bit system (that also has Office 2010 installed but nothing else from Office 2003). If I open almost every form or report I am getting errors stating that OnOpen, OnClose, OnClick,.... "The expression On Click you entered as the event property setting produced the following error: Object or class does not support the set of events". The form or report will not run. What is going on? Everything works fine on my XP system and all of our clients systems (including Win7 64-bit systems)! Any ideas? -paulw |
#4
| |||
| |||
|
|
See if this sorts it out: Errors using multiple versions of Access under Vista or Windows 7 at: http://allenbrowne.com/bug-17.html Allen Browne - Microsoft MVP. Perth, Western Australia Tips for Access users - http://allenbrowne.com/tips.html |
|
"PW" wrote in message news:6sr3e6dgf57oudq0viam87tvr8ms9j1kio (AT) 4ax (DOT) com... Hi, I installed Access 2003 on my new Win7 64-bit system (that also has Office 2010 installed but nothing else from Office 2003). If I open almost every form or report I am getting errors stating that OnOpen, OnClose, OnClick,.... "The expression On Click you entered as the event property setting produced the following error: Object or class does not support the set of events". The form or report will not run. What is going on? Everything works fine on my XP system and all of our clients systems (including Win7 64-bit systems)! Any ideas? -paulw |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
I installed Access 2003 on my new Win7 64-bit system (that also has Office 2010 installed but nothing else from Office 2003). |
#7
| |||
| |||
|
|
See if this sorts it out: Errors using multiple versions of Access under Vista or Windows 7 at: http://allenbrowne.com/bug-17.html Allen Browne - Microsoft MVP. Perth, Western Australia Tips for Access users - http://allenbrowne.com/tips.html |
|
"PW" wrote in message news:6sr3e6dgf57oudq0viam87tvr8ms9j1kio (AT) 4ax (DOT) com... Hi, I installed Access 2003 on my new Win7 64-bit system (that also has Office 2010 installed but nothing else from Office 2003). If I open almost every form or report I am getting errors stating that OnOpen, OnClose, OnClick,.... "The expression On Click you entered as the event property setting produced the following error: Object or class does not support the set of events". The form or report will not run. What is going on? Everything works fine on my XP system and all of our clients systems (including Win7 64-bit systems)! Any ideas? -paulw |
#8
| |||
| |||
|
|
The "Microsoft Access 11 Object Library" is only for use with Access 2003. With Access 2010, you must use "Microsoft Access 14 Object Library" |
"PW" wrote in message news aj5e6td29srrfchtkibdr4s7ec001tg4u (AT) 4ax (DOT) com...On Tue, 16 Nov 2010 17:58:40 +0800, "Allen Browne" AllenBrowne (AT) SeeSig (DOT) invalid> wrote: See if this sorts it out: Errors using multiple versions of Access under Vista or Windows 7 at: http://allenbrowne.com/bug-17.html Allen Browne - Microsoft MVP. Perth, Western Australia Tips for Access users - http://allenbrowne.com/tips.html I just checked the references on my wife's XP Office 2003 machine. She has "Microsoft Access 11 Object Library" checked. I do not have that listed. I have "Microsoft Access 14 Object Library" checked. Could that be it? If so, where would I get 11? Thanks, -paulw "PW" wrote in message news:6sr3e6dgf57oudq0viam87tvr8ms9j1kio (AT) 4ax (DOT) com... Hi, I installed Access 2003 on my new Win7 64-bit system (that also has Office 2010 installed but nothing else from Office 2003). If I open almost every form or report I am getting errors stating that OnOpen, OnClose, OnClick,.... "The expression On Click you entered as the event property setting produced the following error: Object or class does not support the set of events". The form or report will not run. What is going on? Everything works fine on my XP system and all of our clients systems (including Win7 64-bit systems)! Any ideas? -paulw |
#9
| |||
| |||
|
|
On Mon, 15 Nov 2010 19:47:21 -0700, PW emailaddyinsig (AT) ifIremember (DOT) com> wrote: I installed Access 2003 on my new Win7 64-bit system (that also has Office 2010 installed but nothing else from Office 2003). Run the following code and report back the references. |
|
Sub ViewMoreReferenceDetails() Dim refIDE As Object For Each refIDE In Access.Application.VBE.ActiveVBProject.References If refIDE.IsBroken = True Then Debug.Print "Broken, GUID - " & refIDE.Guid Else Debug.Print refIDE.Description & " - " & refIDE.Name & " - " & _ refIDE.Major & "." & refIDE.Minor & vbCrLf & _ " Location - " & refIDE.FullPath End If Next refIDE End Sub Tony |
#10
| |||
| |||
|
|
On Mon, 15 Nov 2010 19:47:21 -0700, PW emailaddyinsig (AT) ifIremember (DOT) com> wrote: I installed Access 2003 on my new Win7 64-bit system (that also has Office 2010 installed but nothing else from Office 2003). Run the following code and report back the references. Sub ViewMoreReferenceDetails() Dim refIDE As Object For Each refIDE In Access.Application.VBE.ActiveVBProject.References If refIDE.IsBroken = True Then Debug.Print "Broken, GUID - " & refIDE.Guid Else Debug.Print refIDE.Description & " - " & refIDE.Name & " - " & _ refIDE.Major & "." & refIDE.Minor & vbCrLf & _ " Location - " & refIDE.FullPath End If Next refIDE End Sub Tony |
![]() |
| Thread Tools | |
| Display Modes | |
| |