473,781 Members | 2,413 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Need to upgrade - 2002 or 2003?

It seems I have run afoul of an unfixable and acknowledged bug in my
beloved access 97 which has no workaround other than to upgrade.

Current supported upgrades are 2002 and 2003.

2003 appears to use lots 'o system resources, so I am wondering if I am
best to go with the older (2002) version.

Any opinions out here? In particular, which version more likely to make
the conversion of the 97 databases the least painful? Both upgrades
cost the same...

Thanks for any thoughts.

Nov 12 '05
20 1978
Stephan Golux <st*****@nospam .com.goluxstudi o.invalid> wrote in
news:j%******** ********@newsre ad2.news.atl.ea rthlink.net:
First off, let me say your points are great, and welcome. Just to
specify:

Lyle Fairfield wrote:

I can't imagine buying a new version of Access just to address this
problem.

Let's suppose the KB article you cite is correct (they aren't correct
very often but we always have to allow for that possibility). Surely it
would be simple enough to remove double hard returns from the memo
field in the AfterUpdate event of the form where the data are entered,
or in a clean-up type query run before the report is generated.


The problem is that the application in question is for people who WANT
that double hard return in the field, and want it to be propagated
appropriately. So removing them is not an option!

But, of course, the KB article may be wrong, or not pertinent to your
problem. It's not wonderfully difficult to create a MS-Word file that
contains fields, to fill these fields from MS-Access (I prefer to have
the MS-Word file look for a text file where its field entries reside,
and to create that text file from MS-Access, (automation is another
route), and to send that MS-Word file, or those MS-Word files to
whomever, however. And MS- Access Files can look much better than RTF
files, which are quite limited.


Hmmm... this is an interesting idea, but I would love to pick your
brains for how to apply it in my case.

Basically this application is used by stage managers and directors and
assistant directors in theatre and film who need to create work notes
that are then sent via email or fax to the people who need them.

Essentially, the user types in the notes, and assignes any given note to
any given number of roles, where any number of people may be affiliated
with a given role. Then, once the notes are entered, the user hits a
dingle "distribute " button, and reports are generated for each
individual person, broken down by roles, and then emailed or faxed to
each person automatically. There could be several hundred people and
several hundred roles.

Do you see a way to automate something like this using MS-Word in the
way you describe? I feel like the driving engine needs to be Access in
this case, but perhaps you have experience that would allow me to do
something smarter and cleverer.


Before you embrace MS-Word, perhaps you should consider Don's suggestion.

--
Lyle
(for e-mail refer to http://ffdba.com/contacts.htm)
Nov 12 '05 #11
As I said to Don - I need to be able to distribute to non-MS platforms -
and I don't think the snapshot viewer works there...

-s

Lyle Fairfield wrote:


Before you embrace MS-Word, perhaps you should consider Don's suggestion.


Nov 12 '05 #12
Lyle Fairfield <Mi************ @Invalid.Com> wrote in
news:Xn******** ***********@130 .133.1.4:
Software becomes obsolete very quickly. Why start out that way?


Since the major premise is laughably untrue, the minor premise is
also false.

Software does not become obsolete very quickly. *Some* software
does, but not versions of Access.

And I long ago abandoned any thought of RTF export for anything but
the simplest purposes because it mostly produces entirely
unacceptable results.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 12 '05 #13
Stephan Golux <st*****@nospam .com.goluxstudi o.invalid> wrote in
news:GZ******** ********@newsre ad2.news.atl.ea rthlink.net:
a very creative idea, and many thanks for it. Unfortunately,
to the best of my knowledge this viewer is not available for the
macintosh or for linux. RTF files can be viewed on all those
various machines.


What about PDF files?

I created PDF files with pdf995 (pdf995.com), which is a printer
driver wrapped around GhostScript. The results are great, and I
gladly view the web page advertisement that pops up every time I
print.

I'm sure there are PDF writers that can be programmed from VB/VBA,
so if you need something more integrated, that's another approach.

Yet another is to write the file with Word using automation and
then, in Word, save as RTF.

But if all you're really looking for is cross-platform non-editable
distribution, I'd say PDF is the way to go.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 12 '05 #14
Stephan Golux <st*****@nospam .com.goluxstudi o.invalid> wrote in
news:j%******** ********@newsre ad2.news.atl.ea rthlink.net:
Do you see a way to automate something like this using MS-Word in
the way you describe? I feel like the driving engine needs to be
Access in this case, but perhaps you have experience that would
allow me to do something smarter and cleverer.


Have you looked at Albert Kallal's WordMerge sample database?

http://www.attcanada.net/~kallal.msn.../msaccess.html

(scroll down to " Super Easy Word Merge")

This basically does what Lyle described.

Based on your circumstances, and assuming Word is installed on all
users' PCs, I'd definitely use that instead of RTF.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 12 '05 #15
Stephan Golux <st*****@nospam .com.goluxstudi o.invalid> wrote in
news:B_******** ********@newsre ad2.news.atl.ea rthlink.net:
I need to be able to distribute to non-MS platforms


There's always PDF, and I'd guess it's possible to do this without
having to install a PDF printer driver on everyone's PC. But so far
as I can see, it does require a licensed ActiveX control on the PC,
so you're introducing an additional dependency.

If you've got Word installed, I'd go with Albert's method and then
automate Word to save the result as RTF.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 12 '05 #16
I can't keep up with all the people I need to thank for many good ideas,
so please consider yourselves all thanked.

Not that I want to stop them coming!

Seriously, very helpful. Much appreciated.

Nov 12 '05 #17
tom
how about printing these reports to a PDF printer and distributing
them in that format?
Nov 12 '05 #18
I've considered this, but am unsure how to automate it... all PDF
printer drivers I have tested stop with a dialog box to ask for the file
name. If you know one that is totally seamless, let me know, it might
work great...

-s

tom wrote:
how about printing these reports to a PDF printer and distributing
them in that format?


Nov 12 '05 #19
Stephan Golux <st*****@nospam .com.goluxstudi o.invalid> wrote:
I've considered this, but am unsure how to automate it... all PDF
printer drivers I have tested stop with a dialog box to ask for the file
name. If you know one that is totally seamless, let me know, it might
work great...


Not specifically but there's got to be a solution somewhere at one of the links at
Creating PDF files from within Microsoft Access
http://www.granite.ab.ca/access/pdffiles.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 12 '05 #20

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

Similar topics

1
1473
by: Ray | last post by:
I bought/installed the upgrade to Visual Studio .Net Professional 2003 (from 2002). I was surprised that it did not appear to uninstall (or overlay) my old version (2002) of Visual Studio .Net Professional. There are two sets of Framework and Visual Studio on both the "conrol panel/program add-remove" and two sets of menu's off the "start/programs". I'd just uninstall the old (as the new has "2003" off of everything) ... but it just...
20
431
by: Stephan Golux | last post by:
It seems I have run afoul of an unfixable and acknowledged bug in my beloved access 97 which has no workaround other than to upgrade. Current supported upgrades are 2002 and 2003. 2003 appears to use lots 'o system resources, so I am wondering if I am best to go with the older (2002) version. Any opinions out here? In particular, which version more likely to make the conversion of the 97 databases the least painful? Both upgrades
2
1820
by: Lauren Wilson | last post by:
Hi Folks, I have a widely distributed Access 200 Application. I must retain my ability to support users who are still on Access 2000 and Access 2000 Runtime. However I also need to upgrade my development environment to Office 2003 Professional. My question is: Where can I find a comprehensive description of the known issues that will affect my ability to do all of the above after I upgrade my own development environment to Office...
1
1352
by: Robert Misiak | last post by:
Is there a VS.NET Academic 2002 -> 2003 upgrade? I haven't been able to find one anywhere, in fact I have yet to come across a standalone VS.NET 2003, my university bookstore still carries 2002. Did MS ever release these products? Robert
36
2565
by: Tim | last post by:
Is there a way to upgrade from Visual C++ Net 2002 to Visual C++ Net 2003? The 2002 version does not provide a Windows Forms Designer. I can't find any upgrade package on Microsoft's website. Thanks, Tim
2
3037
by: Herfried K. Wagner [MVP] | last post by:
Hello, There are often questions in this newsgroup posted by VS.NET 2002 users. VS.NET 2002 is "out of date", its successor is VS.NET 2003. There is a special ("cheap") upgrade offer available for $29 US. This offer is open only until September 30, 2003. You will get more information about this offer here: Visual Studio .NET 2003 Upgrade Offer
4
1958
by: MadCrazyNewbie | last post by:
Hey Group, I have a VB6 Project im trying to use with VB.Net, It lets me open it and the Upgrade Wizard Launches I click next Select EXE and Click Next Again, the it errors with: "Upgrade Failed: Exception Error Occurred: Invalid System Configuration (Unable to Locate Micorosoft.VisualBasic.UpgradeExtensions.dll. Please re-run Setup and try again."
8
1046
by: Liz | last post by:
I'm going to be installing VS 2003 over my existing VS; are there any factors/considerations/precautions I should be aware of before doing so ? will the older VS be removed automatically or is it an option ? Thanks ... btw, I'm also going to install Office 2003; anyone know if my Outlook email accounts and other preferences/settings/etc will be preserved ? I can't seem to find an answer to this anywhere even though it seems an easy...
13
2290
by: Andy | last post by:
Hi As I try to learn VB programing I've been playing around with sourcecode from projects hosted on sourceforge. If I open this code in VB 2005 (it is originally developed in VB 2003), it will automatically upgrade to VB 2005? /Andy
0
9639
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10308
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10143
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10076
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9939
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7486
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6729
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5375
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4040
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.