473,395 Members | 1,652 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Microsoft throwing curve balls at Access Developers! ARGH!

Does anyone know if there is some sort of catch all installation program
that will determine if dependencies were installed properly?

I get the feeling that the Windows boys like to throw curve balls to the
Access boys over there at Microsoft (or the Access boys just like shooting
themselves in the foot by not properly developing/testing). I have an
application that seems to constantly require modification in the set up
procedure to deal with crap that windows throws at it. After going through
a round of error messages as a result of a clean Windows XP SP2 install
(missing dlls that old windows used to have) I'm hit with a whole new round
of problems.

I'm getting reports of what look like a missing reference to the program.
The users of this program are using XP SP2 Version 5.1 and have a
pre-installed version of Access XP. The message is similar to a missing
reference: "error message 3075 function is not available in expression in
query expression 'left (databsae,1)"

Any help would be great.

Thanks!
Nov 13 '05 #1
5 1799
The problem you describe is typical of bad references.

See:
http://allenbrowne.com/ser-38.html
The article explains which references are needed for each version of Access,
and how to keep them to a minimum.

--
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.

"Jozef" <SP**********@telus.net> wrote in message
news:ibRBe.1961517$6l.274030@pd7tw2no...
Does anyone know if there is some sort of catch all installation program
that will determine if dependencies were installed properly?

I get the feeling that the Windows boys like to throw curve balls to the
Access boys over there at Microsoft (or the Access boys just like shooting
themselves in the foot by not properly developing/testing). I have an
application that seems to constantly require modification in the set up
procedure to deal with crap that windows throws at it. After going
through a round of error messages as a result of a clean Windows XP SP2
install (missing dlls that old windows used to have) I'm hit with a whole
new round of problems.

I'm getting reports of what look like a missing reference to the program.
The users of this program are using XP SP2 Version 5.1 and have a
pre-installed version of Access XP. The message is similar to a missing
reference: "error message 3075 function is not available in expression in
query expression 'left (databsae,1)"

Any help would be great.

Thanks!

Nov 13 '05 #2
Hi Allen,

Yea, I should have added, I never use references for just that reason, only
what's there by default.
"Allen Browne" <Al*********@SeeSig.Invalid> wrote in message
news:42***********************@per-qv1-newsreader-01.iinet.net.au...
The problem you describe is typical of bad references.

See:
http://allenbrowne.com/ser-38.html
The article explains which references are needed for each version of
Access, and how to keep them to a minimum.

--
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.

"Jozef" <SP**********@telus.net> wrote in message
news:ibRBe.1961517$6l.274030@pd7tw2no...
Does anyone know if there is some sort of catch all installation program
that will determine if dependencies were installed properly?

I get the feeling that the Windows boys like to throw curve balls to the
Access boys over there at Microsoft (or the Access boys just like
shooting themselves in the foot by not properly developing/testing). I
have an application that seems to constantly require modification in the
set up procedure to deal with crap that windows throws at it. After
going through a round of error messages as a result of a clean Windows XP
SP2 install (missing dlls that old windows used to have) I'm hit with a
whole new round of problems.

I'm getting reports of what look like a missing reference to the program.
The users of this program are using XP SP2 Version 5.1 and have a
pre-installed version of Access XP. The message is similar to a missing
reference: "error message 3075 function is not available in expression
in query expression 'left (databsae,1)"

Any help would be great.

Thanks!


Nov 13 '05 #3
Hi Allen,

Yea, I should have added, I never use references for just that reason, only
what's there by default.
"Allen Browne" <Al*********@SeeSig.Invalid> wrote in message
news:42***********************@per-qv1-newsreader-01.iinet.net.au...
The problem you describe is typical of bad references.

See:
http://allenbrowne.com/ser-38.html
The article explains which references are needed for each version of
Access, and how to keep them to a minimum.

--
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.

"Jozef" <SP**********@telus.net> wrote in message
news:ibRBe.1961517$6l.274030@pd7tw2no...
Does anyone know if there is some sort of catch all installation program
that will determine if dependencies were installed properly?

I get the feeling that the Windows boys like to throw curve balls to the
Access boys over there at Microsoft (or the Access boys just like
shooting themselves in the foot by not properly developing/testing). I
have an application that seems to constantly require modification in the
set up procedure to deal with crap that windows throws at it. After
going through a round of error messages as a result of a clean Windows XP
SP2 install (missing dlls that old windows used to have) I'm hit with a
whole new round of problems.

I'm getting reports of what look like a missing reference to the program.
The users of this program are using XP SP2 Version 5.1 and have a
pre-installed version of Access XP. The message is similar to a missing
reference: "error message 3075 function is not available in expression
in query expression 'left (databsae,1)"

Any help would be great.

Thanks!


Nov 13 '05 #4
.....and thanks for the info!

"Allen Browne" <Al*********@SeeSig.Invalid> wrote in message
news:42***********************@per-qv1-newsreader-01.iinet.net.au...
The problem you describe is typical of bad references.

See:
http://allenbrowne.com/ser-38.html
The article explains which references are needed for each version of
Access, and how to keep them to a minimum.

--
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.

"Jozef" <SP**********@telus.net> wrote in message
news:ibRBe.1961517$6l.274030@pd7tw2no...
Does anyone know if there is some sort of catch all installation program
that will determine if dependencies were installed properly?

I get the feeling that the Windows boys like to throw curve balls to the
Access boys over there at Microsoft (or the Access boys just like
shooting themselves in the foot by not properly developing/testing). I
have an application that seems to constantly require modification in the
set up procedure to deal with crap that windows throws at it. After
going through a round of error messages as a result of a clean Windows XP
SP2 install (missing dlls that old windows used to have) I'm hit with a
whole new round of problems.

I'm getting reports of what look like a missing reference to the program.
The users of this program are using XP SP2 Version 5.1 and have a
pre-installed version of Access XP. The message is similar to a missing
reference: "error message 3075 function is not available in expression
in query expression 'left (databsae,1)"

Any help would be great.

Thanks!


Nov 13 '05 #5
.....and thanks for the info!

"Allen Browne" <Al*********@SeeSig.Invalid> wrote in message
news:42***********************@per-qv1-newsreader-01.iinet.net.au...
The problem you describe is typical of bad references.

See:
http://allenbrowne.com/ser-38.html
The article explains which references are needed for each version of
Access, and how to keep them to a minimum.

--
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.

"Jozef" <SP**********@telus.net> wrote in message
news:ibRBe.1961517$6l.274030@pd7tw2no...
Does anyone know if there is some sort of catch all installation program
that will determine if dependencies were installed properly?

I get the feeling that the Windows boys like to throw curve balls to the
Access boys over there at Microsoft (or the Access boys just like
shooting themselves in the foot by not properly developing/testing). I
have an application that seems to constantly require modification in the
set up procedure to deal with crap that windows throws at it. After
going through a round of error messages as a result of a clean Windows XP
SP2 install (missing dlls that old windows used to have) I'm hit with a
whole new round of problems.

I'm getting reports of what look like a missing reference to the program.
The users of this program are using XP SP2 Version 5.1 and have a
pre-installed version of Access XP. The message is similar to a missing
reference: "error message 3075 function is not available in expression
in query expression 'left (databsae,1)"

Any help would be great.

Thanks!


Nov 13 '05 #6

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

Similar topics

2
by: MLH | last post by:
This question, I apologize, is more of a math question than it is an Access question - I'm almost certain. The bell curve is another name for the normal distribution, which is a common type of...
13
by: salad | last post by:
Hi Guys: I was stuck. I needed to send a report to a file. My beautiful report(s) in Access were going to require loss of formatting with RTFs, a PITA in WordMailMerge, sending it as a text...
57
by: TC | last post by:
I'd like to open a discussion about the state of the industry. For the past year, I've been unable to find competent Access developers available for hire. I'm worried about that. I think there's...
1
by: DT | last post by:
Does anyone know of any good Access Developers, VB, Visual Studio Conferences or Seminars? Thanks
1
by: DT | last post by:
Sorry for the repost...Google said my post was possibly deleted or ... My question was this: Does anyone know of any good Access Developers, VB, Visual Studio Conferences or Seminars? Thanks,...
5
by: abb | last post by:
On a Vista machine, the following code works using the ASP.NET Development Server, but fails in IIS7: book = excel.Workbooks.Open(tempfile, false, false, Missing.Value, Missing.Value,...
11
by: anthony | last post by:
Latest edition seems to be Access 2002. Is that relevant enough to 2007 to justify the money?
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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,...
0
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...
0
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...
0
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...

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.