O
Olu Solaru
Scenario,
Develeped a database using Access 2003
When I attempt to run a report on a station that has windows 2000,/office
2000,
I get the following error message: Run time error - 438 , object doesn't
support this property or method .. points to this line in a function :
Dim oAccessObject As AccessObject
Set oAccessObject = CurrentProject.AllForms(strFormName)
If oAccessObject.IsLoaded Then
THIS LINE - If oAccessObject.CurrentView <> acCurViewDesign Then
IsLoaded = True
End If
End If
End Function
How can I resolve this issue - any suggestions.? My boss is trying to move
as far away from the upgrade option. Meaning upgrading other office 2000
stations to office 2003.
Develeped a database using Access 2003
When I attempt to run a report on a station that has windows 2000,/office
2000,
I get the following error message: Run time error - 438 , object doesn't
support this property or method .. points to this line in a function :
Dim oAccessObject As AccessObject
Set oAccessObject = CurrentProject.AllForms(strFormName)
If oAccessObject.IsLoaded Then
THIS LINE - If oAccessObject.CurrentView <> acCurViewDesign Then
IsLoaded = True
End If
End If
End Function
How can I resolve this issue - any suggestions.? My boss is trying to move
as far away from the upgrade option. Meaning upgrading other office 2000
stations to office 2003.