Rx_
Nothing In Moderation
- Local time
- Today, 13:11
- Joined
- Oct 22, 2009
- Messages
- 2,803
Just got a new PC. Added Access 2010 with SP1.
It worked for a day. Today, it would crash application every time any module was opened.
There is an office 2010 SP 1, 2, 3
It appears that SP1 was a big deal for MS Access.
Reading TechNet - there doesn't seem to be any big need for Office 2010 SP2
Sorry if it is a rehash, but I would appreciate any and all opinions.
What SP is on your development for Office 2010?
Looking for SP on Access 2010?
File tab - Help - then under About Microsoft Access - Additional Version and Copyright Information
Or - run this code
It worked for a day. Today, it would crash application every time any module was opened.
There is an office 2010 SP 1, 2, 3
It appears that SP1 was a big deal for MS Access.
Reading TechNet - there doesn't seem to be any big need for Office 2010 SP2
Sorry if it is a rehash, but I would appreciate any and all opinions.
What SP is on your development for Office 2010?
Looking for SP on Access 2010?
File tab - Help - then under About Microsoft Access - Additional Version and Copyright Information
Or - run this code
Code:
Sub RxCheckVersion()
' Permission: This code may be used for *good* but not *evil*
MsgBox "You are currently running " & Application.Name _
& " version " & Application.Version & ", build " _
& Application.Build & "."
End Sub
Last edited: