|
-
Jan 26th, 2006, 08:53 AM
#1
Thread Starter
Giants World Champs!!!!
[RESOLVED] Access Startup Problem
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?
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
-
Jan 26th, 2006, 08:54 AM
#2
Thread Starter
Giants World Champs!!!!
Re: Access Startup Problem
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?
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
-
Jan 26th, 2006, 09:52 AM
#3
Frenzied Member
Re: Access Startup Problem
My guess is that something in the code changes is exclusive to Access 2003, either actual methods, etc, or references.
Tengo mas preguntas que contestas
-
Jan 26th, 2006, 09:59 AM
#4
Re: Access Startup Problem
Have you checked the macro security level on the machine in question? It may be set to high.
Declan
Don't forget to mark your Thread as resolved.
Take a moment to rate posts that you think are helpful 
-
Jan 26th, 2006, 10:28 AM
#5
Thread Starter
Giants World Champs!!!!
Re: Access Startup Problem
 Originally Posted by DKenny
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
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
-
Jan 26th, 2006, 10:41 AM
#6
Re: Access Startup Problem
Tools > Macros > Security.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 26th, 2006, 11:17 AM
#7
Thread Starter
Giants World Champs!!!!
Re: Access Startup Problem
Rob,
Thanks for the post. I just finished do that and my VBA isn't working on the 2K machines. Any other ideas?
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
-
Jan 26th, 2006, 11:22 AM
#8
Re: Access Startup Problem
What level did you set to security to? It needs to be medium or low.
Declan
Don't forget to mark your Thread as resolved.
Take a moment to rate posts that you think are helpful 
-
Jan 26th, 2006, 11:30 AM
#9
Thread Starter
Giants World Champs!!!!
Re: Access Startup Problem
It was set to Medium but I changed it to Low Security
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
-
Jan 26th, 2006, 11:41 AM
#10
Re: Access Startup Problem
Low is not very good as you have no protection at all. Medium is fine as they can choose to run macros or not.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 26th, 2006, 11:50 AM
#11
Thread Starter
Giants World Champs!!!!
Re: Access Startup Problem
 Originally Posted by RobDog888
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.
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
-
Jan 26th, 2006, 12:23 PM
#12
Re: Access Startup Problem
Is your VBA digitally signed with a trusted certificate?
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 26th, 2006, 12:26 PM
#13
Thread Starter
Giants World Champs!!!!
Re: Access Startup Problem
 Originally Posted by RobDog888
Is your VBA digitally signed with a trusted certificate?
I don't think so, how can I tell if it is?
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
-
Jan 26th, 2006, 12:28 PM
#14
Re: Access Startup Problem
In the VBA IDE you click on "Tools > Digital Signature..."
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 26th, 2006, 01:42 PM
#15
Thread Starter
Giants World Champs!!!!
Re: Access Startup Problem
 Originally Posted by RobDog888
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
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
-
Jan 26th, 2006, 01:45 PM
#16
Thread Starter
Giants World Champs!!!!
Re: Access Startup Problem
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.
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
-
Jan 26th, 2006, 01:49 PM
#17
Re: [RESOLVED] Access Startup Problem
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.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 26th, 2006, 02:04 PM
#18
Thread Starter
Giants World Champs!!!!
Re: [RESOLVED] Access Startup Problem
 Originally Posted by RobDog888
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.
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
-
Jan 26th, 2006, 02:09 PM
#19
Re: [RESOLVED] Access Startup Problem
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 26th, 2006, 02:31 PM
#20
Thread Starter
Giants World Champs!!!!
Re: [RESOLVED] Access Startup Problem
 Originally Posted by RobDog888
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.
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
-
Jan 26th, 2006, 02:35 PM
#21
Re: [RESOLVED] Access Startup Problem
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.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 27th, 2006, 05:57 AM
#22
Thread Starter
Giants World Champs!!!!
Re: [RESOLVED] Access Startup Problem
 Originally Posted by RobDog888
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.
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|