D
Duncan Edgar
I have used an application developed in Access 2003 very well. I bought a new
machine with Windows 7 and reloaded Access 2003 (Office 2003).
It now does not run a function within the application.
I believe comdlg32.ocx is the problem.
I unselected Microsoft Common Dialog Control 3.0 (SP3) and it has
disappeared as well.
Error
Run time error 438 - Object does not support this property or object
Function
Private Function fileName() As String
Me.CommandOpenFileDialogue.Filter = "Text|*.txt|All|*.*"
Me.CommandOpenFileDialogue.ShowOpen
fileName = Me.CommandOpenFileDialogue.fileName
End Function
I have uninstalled and reloaded without any luck. Any suggestions would be
appreciated.
machine with Windows 7 and reloaded Access 2003 (Office 2003).
It now does not run a function within the application.
I believe comdlg32.ocx is the problem.
I unselected Microsoft Common Dialog Control 3.0 (SP3) and it has
disappeared as well.
Error
Run time error 438 - Object does not support this property or object
Function
Private Function fileName() As String
Me.CommandOpenFileDialogue.Filter = "Text|*.txt|All|*.*"
Me.CommandOpenFileDialogue.ShowOpen
fileName = Me.CommandOpenFileDialogue.fileName
End Function
I have uninstalled and reloaded without any luck. Any suggestions would be
appreciated.