For Access 2010 - What SP is best? Please weigh in

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
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:
I use Windows Update to keep my Office/Access 2010 updated. To me it seems sp2 is more stable than sp1.
 
..
What SP is on your development for Office 2010?
Running SP1 without any problem, (so far I know :))!

attachment.php
 

Attachments

  • SP1.jpg
    SP1.jpg
    21.9 KB · Views: 273

Users who are viewing this thread

Back
Top Bottom