Click to See Complete Forum and Search --> : [RESOLVED] Access Startup Problem
Mark Gambo
Jan 26th, 2006, 07:53 AM
I created an Access DB using Office2K Professional and I am using the Startup option to load a form when the program opens up. The database was working fine. Recently at work I got a new computer which had Office 2003 Professional installed on it. I need to make a few changes in the Access DB using Office 2003. I made the changes and saved. Now when other users who have Office 2K on the computer can't run the program. I checked under Tools --> Options --> Advanced Tab --> Default File Format = Access 2000. The file work fine with Access 2003. Any ideas?
Mark Gambo
Jan 26th, 2006, 07:54 AM
Now I think I am on the right track. I was able to get the main form to load but it seems that my VBA code doesn't want to run. Hmmm, any ideas?
salvelinus
Jan 26th, 2006, 08:52 AM
My guess is that something in the code changes is exclusive to Access 2003, either actual methods, etc, or references.
DKenny
Jan 26th, 2006, 08:59 AM
Have you checked the macro security level on the machine in question? It may be set to high.
Mark Gambo
Jan 26th, 2006, 09:28 AM
Have you checked the macro security level on the machine in question? It may be set to high.
Hmmmm, never thought about that, but thinking about it now I am not getting that Macro warning on my Win2K3 Machine anymore either. How would I go about resetting the Macro Security levels
RobDog888
Jan 26th, 2006, 09:41 AM
Tools > Macros > Security.
Mark Gambo
Jan 26th, 2006, 10:17 AM
Rob,
Thanks for the post. I just finished do that and my VBA isn't working on the 2K machines. Any other ideas?
DKenny
Jan 26th, 2006, 10:22 AM
What level did you set to security to? It needs to be medium or low.
Mark Gambo
Jan 26th, 2006, 10:30 AM
It was set to Medium but I changed it to Low Security
RobDog888
Jan 26th, 2006, 10:41 AM
Low is not very good as you have no protection at all. Medium is fine as they can choose to run macros or not.
Mark Gambo
Jan 26th, 2006, 10:50 AM
Low is not very good as you have no protection at all. Medium is fine as they can choose to run macros or not.
When it was set to Medium I wasn't getting the warning form.
RobDog888
Jan 26th, 2006, 11:23 AM
Is your VBA digitally signed with a trusted certificate?
Mark Gambo
Jan 26th, 2006, 11:26 AM
Is your VBA digitally signed with a trusted certificate?
I don't think so, how can I tell if it is?
RobDog888
Jan 26th, 2006, 11:28 AM
In the VBA IDE you click on "Tools > Digital Signature..."
Mark Gambo
Jan 26th, 2006, 12:42 PM
In the VBA IDE you click on "Tools > Digital Signature..."
No certificate, but I just found a machine with Office 2K and the db works so it obviously has to be something with the office packages on those two machines. Thanks for you help everyone :thumb:
Mark Gambo
Jan 26th, 2006, 12:45 PM
One other thing regarding the two machines. The Machine with Office 2K that can run the MDB also has VB6 installed where as the other two machines don't. Hmmmm, I will investigate and if I figure it out I will report back.
RobDog888
Jan 26th, 2006, 12:49 PM
Could it be an MDAC version issue? You can download the Component Checker utility from MS to see what version is installed on a system.
Mark Gambo
Jan 26th, 2006, 01:04 PM
Could it be an MDAC version issue? You can download the Component Checker utility from MS to see what version is installed on a system.
It is possible I will check it out.
RobDog888
Jan 26th, 2006, 01:09 PM
Download page from here:
http://www.microsoft.com/downloads/details.aspx?familyid=8f0a8df6-4a21-4b43-bf53-14332ef092c9&displaylang=en
Hot to diagnose issues from here:
http://support.microsoft.com/kb/q307255/
Mark Gambo
Jan 26th, 2006, 01:31 PM
Download page from here:
http://www.microsoft.com/downloads/details.aspx?familyid=8f0a8df6-4a21-4b43-bf53-14332ef092c9&displaylang=en
Hot to diagnose issues from here:
http://support.microsoft.com/kb/q307255/
Thanks for the links but I went to our MIS Department and got a new computer that had Office 2K3 installed, and the problem was solved. I let the MIS guys figure it out but they will wipe the drive and start fresh.
RobDog888
Jan 26th, 2006, 01:35 PM
Cool! A least your MIS department works well with you.
Hey, can I get a new system too? Preferrably a P4 3.8 Ghz Dual Core. ;)
Mark Gambo
Jan 27th, 2006, 04:57 AM
Cool! A least your MIS department works well with you. . .
Well when your department reports to the Big Boss Direct you usually get whatever you need pretty fast and even sometimes price is no object. :bigyello: :D
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.