Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 29th, 2008, 10:45 AM
Registered User
 
Join Date: Aug 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Converting Access 97 database to 2003

I have a client who has converted an Access '97 Database to Access 2003. all seems to have gone well except...one query problem.
In 97 one of the queries used 'Is Null' to find nearly half of all items in a table. Now (in the 2003 converted db)the 'Is Null' criteria is only yielding 3 records.

Has anyone encountered this kind of situation? If so, how did you correct it?

Ron K

 
Old May 29th, 2008, 11:15 AM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
Default

It may be that what Access 97 recognizes as Null, Access 2003 recognizes as empty, which is not null. So add

Or = ""

to your criteria and see if that works. If it is a number field, then add

Or = 0

Did that help?

mmcdonal

Look it up at: http://wrox.books24x7.com
 
Old May 29th, 2008, 04:56 PM
Registered User
 
Join Date: Aug 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks for the prompt response, mmcdonal!
The client was in class today so could not exercise your thought.
He will try it tomorrow.
Thanks, again.
RonK
Quote:
quote:Originally posted by mmcdonal
 It may be that what Access 97 recognizes as Null, Access 2003 recognizes as empty, which is not null. So add

Or = ""

to your criteria and see if that works. If it is a number field, then add

Or = 0

Did that help?

mmcdonal

Look it up at: http://wrox.books24x7.com
 
Old June 7th, 2008, 11:52 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 518
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Can you send the steps to convert db access 2007 to access 2003 ?

I try to convert by save as but it give message that
"you cannot save this database to earlier version format because It uses features that require the current files format"

How can convert the access 2007 db to access 2003?

Thanks
Mateen








Similar Threads
Thread Thread Starter Forum Replies Last Post
Load access 2003 database in memory Koeno Pro VB Databases 2 September 21st, 2008 12:27 PM
Running 97 Access Database in 2003 etherz Access 9 May 14th, 2008 08:14 AM
URL Checker for a Microsoft Access 2003 Database Corey Access 17 December 8th, 2005 04:21 PM
Outlook 97/2003 Mapi code chuckdaniels Access VBA 2 March 6th, 2005 04:09 PM
Migrating from access 97 to access 2000 Khalifeh Access 12 October 2nd, 2003 02:54 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.