472,806 Members | 1,840 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,806 software developers and data experts.

Office 2000 / Office 2007 compatibility question

I currently have a handful of Access 2000 tools I've written for my office.
Here in the next few weeks, the office is getting upgraded to Office 2007.

My question is, does anybody know how much trouble my Access 2000 tools are
going to have running on Access 2007? Am I going to have to rewrite all my
code (or half, or 1/3 of my code) or rebuild the tools again in Access 2007
as happy little .acdb databases (or whatever that new extension is) ?

Any info you might be able to share on this would be appreciated.

--
Message posted via http://www.accessmonster.com

May 31 '07 #1
7 6292
Access 2007 can run an MDB created in 2000, 2002 or 2003, as well as its own
new format (ACCDB.)

So, if your utilities use standard approaches and don't rely on external
libraries that are version specific, they will execute under A2007 without
change.

More info about the issues you could face in:
Converting to Access 2007
at:
http://allenbrowne.com/Access2007.html

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"bkdraper via AccessMonster.com" <u7849@uwewrote in message
news:73058c1e74bc6@uwe...
>I currently have a handful of Access 2000 tools I've written for my office.
Here in the next few weeks, the office is getting upgraded to Office 2007.

My question is, does anybody know how much trouble my Access 2000 tools
are
going to have running on Access 2007? Am I going to have to rewrite all
my
code (or half, or 1/3 of my code) or rebuild the tools again in Access
2007
as happy little .acdb databases (or whatever that new extension is) ?

Any info you might be able to share on this would be appreciated.
Jun 1 '07 #2
Thank you very much for that info Allen, it was both informative and a relief
to know I won't need to rebuild my tools because they're all standard code
with no uncommon libraries.

My tools are chalked full of Active-x controls because I loves me a good tree-
view and list-view control. I use them so often, it'd almost be considered
abusing it, but I can't imagine them having any trouble with 2007 unless 2007
doesn't like the version 6 controls.

I beta tested 2007 for about 6 months a while back but gave up on it because
it was too buggy, but it looks like, according to that article you linked to,
that alot of thats been fixed.

I do remember one conclusion I drew about 2007 that became predominately
clear....I hate the ribbon!
Call me old-fashioned, but the worst thing about Microsoft reinventing the
wheel is that I have to relearn the wheel.

Any, thanks again for your reply. It was most useful.

P.S. one more question, I didn't notice any comments in your article
regarding SQL so I was wondering if you knew whether or not Access SQL got an
upgrade in 2007 as well? I can recall some frustrating nights trying to
recreate some standard SQL queries in Access because Access doesn't support
some kinds of complex joins, nor is it able to display non-standard joins in
the query designer. Plus I always thought stored procedures would be kinda
nice in Access.

--
Message posted via http://www.accessmonster.com

Jun 1 '07 #3
The query designer in A2007 is very similar to previous versions.

There's a few visual differences (e.g. the Properties pane, and the wider
Parameters dialog), but beneath the surface it works the same as previous
versions.

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"bkdraper via AccessMonster.com" <u7849@uwewrote in message
news:73081054aa195@uwe...
Thank you very much for that info Allen, it was both informative and a
relief
to know I won't need to rebuild my tools because they're all standard code
with no uncommon libraries.

My tools are chalked full of Active-x controls because I loves me a good
tree-
view and list-view control. I use them so often, it'd almost be considered
abusing it, but I can't imagine them having any trouble with 2007 unless
2007
doesn't like the version 6 controls.

I beta tested 2007 for about 6 months a while back but gave up on it
because
it was too buggy, but it looks like, according to that article you linked
to,
that alot of thats been fixed.

I do remember one conclusion I drew about 2007 that became predominately
clear....I hate the ribbon!
Call me old-fashioned, but the worst thing about Microsoft reinventing the
wheel is that I have to relearn the wheel.

Any, thanks again for your reply. It was most useful.

P.S. one more question, I didn't notice any comments in your article
regarding SQL so I was wondering if you knew whether or not Access SQL got
an
upgrade in 2007 as well? I can recall some frustrating nights trying to
recreate some standard SQL queries in Access because Access doesn't
support
some kinds of complex joins, nor is it able to display non-standard joins
in
the query designer. Plus I always thought stored procedures would be
kinda
nice in Access.
Jun 1 '07 #4
"bkdraper via AccessMonster.com" <u7849@uwewrote in
news:73081054aa195@uwe:
I always thought stored procedures would be kinda
nice in Access.
How could that possibly work, given that there's no server-side
processing? If you're expecting stored procedures, you're also
expecting triggers and transaction logging.

Not gonna happen.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Jun 1 '07 #5
I always imagined that if they really wanted to, some level of stored-
procedure-like functionality could be built into the jet engine. If SQL
express can do it, being a file-based db, then it wouldn't be impossible for
Access to do either. At least to some degree.

--
Kelly D

Message posted via http://www.accessmonster.com

Jun 1 '07 #6
"bkdraper via AccessMonster.com" <u7849@uwewrote in
news:7310936512c86@uwe:
I always imagined that if they really wanted to, some level of
stored- procedure-like functionality could be built into the jet
engine. If SQL express can do it, being a file-based db, then it
wouldn't be impossible for Access to do either. At least to some
degree.
I don't see how it could be done. I know nothing about SQL Express.
The only way I can think of that this could work is if there were a
process running on the other machine that executed the stored
procedure there. Otherwise, this kind of "stored procedure" is on
different from just writing VBA code that does the same thing.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Jun 2 '07 #7
Well, fair enough.

Just like the wise old owl says in those old tootsie-pop commercials, "...the
world may never know."

Thanks for the debate David. Perhaps we'll do it again sometime on another
topic.

--
Kelly D

Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200706/1

Jun 3 '07 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Todd D. Levy | last post by:
I recently picked up a copy of Office 2003, but have installed it (replacing my existing installation of Office XP Pro) yet because... I am in the middle of a client project using Access 2002...
11
by: Aidan Tobin | last post by:
Hi, I have to upgrade a number of databases from Access 2.0, Access 97 and Access 2000 to work in Office 2003. These databases contain a number of Forms coded with VBA as well as a number of...
5
by: John | last post by:
Hi I need to call methods from office apps from my vb.net app. Some of my clients are still on office 2000 so to maintain compatibility I can not use office 2003 PIA. Can I avoid the whole PIA...
4
by: Lyle Fairfield | last post by:
I asked this question in Microsoft.Public.Word two days ago but I have not received an answer. I believe there are Office Experts here who may be able to help. --------- "A friend has Office...
1
by: BK | last post by:
I have a .NET Solution (currently in 2003, FW 1.1) that uses Office automation for a few things (generates a Word document, dumps datagrids to Excel, etc.). One of my programmers works on the...
6
by: cmking | last post by:
I have Office Professional 2000 but would like to upgrade to Office 2007 (Home/Small Business edition) which does not include Access 2007, this because I am buying it myself, and can't afford Office...
1
by: David B | last post by:
Neighbour has got a new `puter which came with Office 2007 (without Access ) He needs Access to run an app for his business. He still has a copy of Office 2000 Pro. Are there any issues with...
1
by: =?Utf-8?B?dGFmZnk=?= | last post by:
New to Vista and Office 2007 and I will shortly be upgrading to Office 2007, Home and Student edition on both my machines. At present I am running Office 2000 Professsional, Vista does not like...
1
by: kihsore | last post by:
Hi All, I have a question on compatibility and conversion issues with Access 2007. My question is will a Runtime created on an early versions of Access 2007 (ie;Access 97,2000,2002,2003) run on...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.