473,795 Members | 2,986 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

References

Hi

I have my app in access 2000 and the office version I have is 10.0 (xp).
When I send my app to clients (who have office 9.0/2000) as mde, how does my
application work around the reference problems due to version number
differences?

Thanks

Regards
Nov 12 '05 #1
5 2978
Hi John,

Your app. is currently in Access 2000 format running on Access 2002 on your PC as a
regular .MDB, right? In order to convert the app. to a .MDE file, I believe you will find
that you need to do one of two things:

1.) Convert the database to the 2002 format and then make the .MDE file. Unfortunately,
this will lock out your clients who are still working with Access 2000.

2.) Open your database on a PC that has Access 2000 installed. Then create the .MDE
file.

Incidentally, you must not have any compile errors in your code, or else the process of
attempting to create the .MDE file will fail.

Access seems to be able to reference the correct version of the Microsoft Access Object
Library (version 9.0 for 2000 and version 10.0 for 2002) on-the-fly, but Access 2002
cannot create an Access 2000 compatible .MDE file.

Tom
_______________ _______________ ___________

"John" <Jo**@nospam.in fovis.co.uk> wrote in message
news:3f******** **************@ news.dial.pipex .com...
Hi

I have my app in access 2000 and the office version I have is 10.0 (xp).
When I send my app to clients (who have office 9.0/2000) as mde, how does my
application work around the reference problems due to version number
differences?

Thanks

Regards

Nov 12 '05 #2
Hi Tom

Thanks for that.

My app is in access 2000. I have both office 2000 & office xp installed. My
app uses word 10 & office 10 references (I can't seem to find version 9.0
references in the list). My client only has office 2000 and so when I send
him the mde (with word 10 & office 10 references) it gives error 'functions
is not available....'. In my case it is the ltrim & rtrim functions.

I need to find a way that my mde app somehow references word 9 & office 9
when it is with the client.

Thanks

Regards
"Tom Wickerath" <AO************ ***********@com cast.net> wrote in message
news:MK******** ************@co mcast.com...
Hi John,

Your app. is currently in Access 2000 format running on Access 2002 on your PC as a regular .MDB, right? In order to convert the app. to a .MDE file, I believe you will find that you need to do one of two things:

1.) Convert the database to the 2002 format and then make the .MDE file. Unfortunately, this will lock out your clients who are still working with Access 2000.

2.) Open your database on a PC that has Access 2000 installed. Then create the .MDE file.

Incidentally, you must not have any compile errors in your code, or else the process of attempting to create the .MDE file will fail.

Access seems to be able to reference the correct version of the Microsoft Access Object Library (version 9.0 for 2000 and version 10.0 for 2002) on-the-fly, but Access 2002 cannot create an Access 2000 compatible .MDE file.

Tom
_______________ _______________ ___________

"John" <Jo**@nospam.in fovis.co.uk> wrote in message
news:3f******** **************@ news.dial.pipex .com...
Hi

I have my app in access 2000 and the office version I have is 10.0 (xp).
When I send my app to clients (who have office 9.0/2000) as mde, how does my application work around the reference problems due to version number
differences?

Thanks

Regards

Nov 12 '05 #3
Try using Late Binding.

See what Tony Toews has at http://www.granite.ab.ca/access/latebinding.htm
for an overview.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(No private e-mails, please)

"John" <Jo**@nospam.in fovis.co.uk> wrote in message
news:3f******** **************@ news.dial.pipex .com...
Hi Tom

Thanks for that.

My app is in access 2000. I have both office 2000 & office xp installed. My app uses word 10 & office 10 references (I can't seem to find version 9.0
references in the list). My client only has office 2000 and so when I send
him the mde (with word 10 & office 10 references) it gives error 'functions is not available....'. In my case it is the ltrim & rtrim functions.

I need to find a way that my mde app somehow references word 9 & office 9
when it is with the client.

Thanks

Regards
"Tom Wickerath" <AO************ ***********@com cast.net> wrote in message
news:MK******** ************@co mcast.com...
Hi John,

Your app. is currently in Access 2000 format running on Access 2002 on your PC as a
regular .MDB, right? In order to convert the app. to a .MDE file, I

believe you will find
that you need to do one of two things:

1.) Convert the database to the 2002 format and then make the .MDE

file. Unfortunately,
this will lock out your clients who are still working with Access 2000.

2.) Open your database on a PC that has Access 2000 installed. Then create the .MDE
file.

Incidentally, you must not have any compile errors in your code, or else

the process of
attempting to create the .MDE file will fail.

Access seems to be able to reference the correct version of the

Microsoft Access Object
Library (version 9.0 for 2000 and version 10.0 for 2002) on-the-fly, but Access 2002
cannot create an Access 2000 compatible .MDE file.

Tom
_______________ _______________ ___________

"John" <Jo**@nospam.in fovis.co.uk> wrote in message
news:3f******** **************@ news.dial.pipex .com...
Hi

I have my app in access 2000 and the office version I have is 10.0 (xp).
When I send my app to clients (who have office 9.0/2000) as mde, how

does my
application work around the reference problems due to version number
differences?

Thanks

Regards


Nov 12 '05 #4
The problem I am getting is on office 10 reference. How can I do late
binding with office 9.0 reference? I am using toolbars & ltrim/rtrim
functions in my app.

Thanks

Regards
"Douglas J. Steele" <NOSPAM_djsteel e@NOSPAM_canada .com> wrote in message
news:4N******** ***********@new s04.bloor.is.ne t.cable.rogers. com...
Try using Late Binding.

See what Tony Toews has at http://www.granite.ab.ca/access/latebinding.htm
for an overview.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(No private e-mails, please)

"John" <Jo**@nospam.in fovis.co.uk> wrote in message
news:3f******** **************@ news.dial.pipex .com...
Hi Tom

Thanks for that.

My app is in access 2000. I have both office 2000 & office xp installed.

My
app uses word 10 & office 10 references (I can't seem to find version 9.0 references in the list). My client only has office 2000 and so when I send him the mde (with word 10 & office 10 references) it gives error

'functions
is not available....'. In my case it is the ltrim & rtrim functions.

I need to find a way that my mde app somehow references word 9 & office 9 when it is with the client.

Thanks

Regards
"Tom Wickerath" <AO************ ***********@com cast.net> wrote in message
news:MK******** ************@co mcast.com...
Hi John,

Your app. is currently in Access 2000 format running on Access 2002 on

your PC as a
regular .MDB, right? In order to convert the app. to a .MDE file, I

believe you will find
that you need to do one of two things:

1.) Convert the database to the 2002 format and then make the .MDE file.
Unfortunately,
this will lock out your clients who are still working with Access 2000.
2.) Open your database on a PC that has Access 2000 installed. Then

create the .MDE
file.

Incidentally, you must not have any compile errors in your code, or else the process of
attempting to create the .MDE file will fail.

Access seems to be able to reference the correct version of the Microsoft
Access Object
Library (version 9.0 for 2000 and version 10.0 for 2002) on-the-fly,

but Access 2002
cannot create an Access 2000 compatible .MDE file.

Tom
_______________ _______________ ___________

"John" <Jo**@nospam.in fovis.co.uk> wrote in message
news:3f******** **************@ news.dial.pipex .com...
Hi

I have my app in access 2000 and the office version I have is 10.0

(xp). When I send my app to clients (who have office 9.0/2000) as mde, how

does
my
application work around the reference problems due to version number
differences?

Thanks

Regards



Nov 12 '05 #5
LTrim/RTrim comes from VBA, not the Office reference.

In theory, you would use

dim objOffice As Object

Set objOffice = GetObject("Offi ce.CommandBar")

to instantiate a late bound reference to the toolbars. That would pick up
whatever version of Office was present.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(No private e-mails, please)

"John" <Jo**@nospam.in fovis.co.uk> wrote in message
news:3f******** *************@n ews.dial.pipex. com...
The problem I am getting is on office 10 reference. How can I do late
binding with office 9.0 reference? I am using toolbars & ltrim/rtrim
functions in my app.

Thanks

Regards
"Douglas J. Steele" <NOSPAM_djsteel e@NOSPAM_canada .com> wrote in message
news:4N******** ***********@new s04.bloor.is.ne t.cable.rogers. com...
Try using Late Binding.

See what Tony Toews has at http://www.granite.ab.ca/access/latebinding.htm
for an overview.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(No private e-mails, please)

"John" <Jo**@nospam.in fovis.co.uk> wrote in message
news:3f******** **************@ news.dial.pipex .com...
Hi Tom

Thanks for that.

My app is in access 2000. I have both office 2000 & office xp installed.
My
app uses word 10 & office 10 references (I can't seem to find version
9.0 references in the list). My client only has office 2000 and so when I send him the mde (with word 10 & office 10 references) it gives error

'functions
is not available....'. In my case it is the ltrim & rtrim functions.

I need to find a way that my mde app somehow references word 9 &
office 9 when it is with the client.

Thanks

Regards
"Tom Wickerath" <AO************ ***********@com cast.net> wrote in
message news:MK******** ************@co mcast.com...
> Hi John,
>
> Your app. is currently in Access 2000 format running on Access 2002 on your PC as a
> regular .MDB, right? In order to convert the app. to a .MDE file, I
believe you will find
> that you need to do one of two things:
>
> 1.) Convert the database to the 2002 format and then make the .MDE

file.
Unfortunately,
> this will lock out your clients who are still working with Access

2000. >
> 2.) Open your database on a PC that has Access 2000 installed. Then create the .MDE
> file.
>
> Incidentally, you must not have any compile errors in your code, or else the process of
> attempting to create the .MDE file will fail.
>
> Access seems to be able to reference the correct version of the

Microsoft
Access Object
> Library (version 9.0 for 2000 and version 10.0 for 2002) on-the-fly, but Access 2002
> cannot create an Access 2000 compatible .MDE file.
>
> Tom
> _______________ _______________ ___________
>
> "John" <Jo**@nospam.in fovis.co.uk> wrote in message
> news:3f******** **************@ news.dial.pipex .com...
> Hi
>
> I have my app in access 2000 and the office version I have is 10.0 (xp). > When I send my app to clients (who have office 9.0/2000) as mde, how

does
my
> application work around the reference problems due to version number
> differences?
>
> Thanks
>
> Regards
>
>
>



Nov 12 '05 #6

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

Similar topics

17
3082
by: Tom | last post by:
The motivation for references seems clear: stop people from using nasty pointers when all they really want is a reference to an object. But C++ references are so inadequate that I'm still using pointers for my references to objects. There are 3 reasons why I find them inadequate: 1 - Can't be null. 2 - Can't be reseated. Now I'm sure there are good reasons for these first 2, but it's #3 that I
22
2248
by: xmp333 | last post by:
Hi All, I am trying to hide my JavaScript source. The method I chose was to keep all the important source in a password protected folder, and then use a SRC="folder/script.js" to include it in my code. This way, the script will run, but the user will be unable to view the included code. Or so I think :). I have tried this method, and it seems to work. However, I would like
33
2406
by: JKop | last post by:
I understand variables/objects and pointer variables perfectly: int X = 5; int* pX = &X; *pX = 4; int** ppX = &pX:
2
22293
by: S. van Beek | last post by:
Dear reader, For removing a reference in the VBA reference form I receive from Doug Steele the following code: ........... References.Remove refCurr
11
1992
by: codebloatation | last post by:
I know how to use references but i DO not get WHY they exist other than to add to the language. Are they actually needed for anything?
14
2964
by: el_sid | last post by:
Our developers have experienced a problem with updating Web References in Visual Studio.NET 2003. Normally, when a web service class (.asmx) is created, updating the Web Reference will utilise the disco file to update the Corresponding proxy file and reflect the changes made to the web service. However, the results of doing this with out params is that the results seem
30
2492
by: jeremygetsmail | last post by:
I've got an adp (Metrix.adp) with a reference to another adp (InteractSQL.adp). InteractSQL sits on a server, and is refered to by all of the clients (Metrix), which sit on the client machines (There's also a SQL Server that sits on the server, but that's besides the point here.). Both adp files have references to ADOX. I've got to check Metrix has an older version of ADOX, and react appropriately. I've written code to do this, and it...
3
2117
by: DonJefe | last post by:
Does anyone have experience using project->project references in large solutions? What are the plus/minuses that you have found? Currently, we are using the binary assembly references for our code, but this becomes problematic when you want to build from multiple branches/working directories. Any thoughts on this would be appreciated. Thanks
9
2474
by: igor.kulkin | last post by:
References is a relatively basic feature of C++ language. It might be a good thing to think of references as aliases to the variables. However it's good to think of references this way when you deal with references which are local variables. But references can also be function arguments (in fact they are more useful this way) in which case it has to have the in-memory representation.
3
3865
by: CenturionX | last post by:
Hello everybody: I'd like to know what references in my vba code are used or not. I work in a code made by another person previously, i founded to many references and i believe that someones are not used. I'd like to optimize the application ereasing the useless references. Thanks a lot.
0
9672
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
9519
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10215
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
10165
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
9043
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6783
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
5437
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
4113
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
2
3727
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.