Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > Database and Reporting > multiple access versions and automation


Reply
 
Thread Tools Display Modes
  #1  
Old 11-03-2003, 02:08 PM
syntax53 syntax53 is offline
Newcomer
 
Join Date: Oct 2003
Location: east siiiiide
Posts: 13
Default multiple access versions and automation


i know this is more of an ms access specific problem, but i thought this was the best place to post it.

at first i had access 97 and access XP installed on my computer. recently i installed access 2000 as well since i need to test automation using all three versions. before installing 2000, whenever my app called upon access it would launch whatever version i last opened manually. now, with access 2000 installed, it will only run access 2000 and access 97. even after i launch access xp manually, when the automation code runs, access 2000 is launched.

the basic code i'm using to launch access (without all the other code after it) is:

Dim oAccess as Object
Set oAccess = CreateObject("Access.Application")

i don't have any references to the access libraries in my app and making them a reference isn't an option. what i want is for it to work like access 97 and access xp. i'm going to try and uninstall all three and reinstall starting from 97 and then 2000 and then xp, but i was wondering if anyone had any other ideas.

thanks,
syn
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Compatibility Issues with Word Automation and other NMIB Excel 0 07-22-2003 09:22 AM
Strange Office Automation Errors/Problems dwflood100 Word, PowerPoint, Outlook, and Other Office Products 5 01-06-2003 04:37 AM

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->