473,419 Members | 1,646 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,419 software developers and data experts.

Error 3075 Function Not Available - but no missing references

I have an MDE file that is blowing up with "Error 3075 Function Not
Available", which is normally a reference issue, but, I have no missing
references.

It seems that offending function is a Format() over a date field in a list
box. Has anyone run into anything similar before? I built the db on a
Windows XP pro machine using Access XP. The target / test machine is a
Windows 2000 machined with only Access 97 and the runtime version of XP
installed.

Any ideas?
Thanks!
Dec 19 '05 #1
5 9966
I can't think of anything else other than reference problem
http://allenbrowne.com/ser-38.html

Dec 19 '05 #2
On Mon, 19 Dec 2005 05:15:23 GMT, "Jozef" <me@you.com> wrote:
I have an MDE file that is blowing up with "Error 3075 Function Not
Available", which is normally a reference issue, but, I have no missing
references.

It seems that offending function is a Format() over a date field in a list
box. Has anyone run into anything similar before? I built the db on a
Windows XP pro machine using Access XP. The target / test machine is a
Windows 2000 machined with only Access 97 and the runtime version of XP
installed.

Any ideas?
Thanks!


It could be a Microsoft security update. If you have Access 2002 (XP), and
you get the new JET security update installed via Windows update, but do not
also install the newest service pack for Access 2002, you can end up with
security defaults changed, and no menu item in Access to change them back.

There is also another security problem I've seen where the new JET security
update sets the sandboxmode option in the registry to 3 even though the
default is supposed to be 2. 2 means that only Access programs can call
functions from within queries executied by JET. 3 means -nothing- can call
functions (e.g. Format) from queries. I believe the option can be found under
HKEY_LOCAL_MACHINE/Software/Microsoft/JET/4.0/Engine.
Dec 19 '05 #3
I beleive this can also be caused because a referenced file is not properly
registered.

Look at regidtering your non-builtin references again.

--
Terry Kreft

"Jozef" <me@you.com> wrote in message news:Llrpf.12172$wg4.843@edtnps84...
I have an MDE file that is blowing up with "Error 3075 Function Not
Available", which is normally a reference issue, but, I have no missing
references.

It seems that offending function is a Format() over a date field in a list
box. Has anyone run into anything similar before? I built the db on a
Windows XP pro machine using Access XP. The target / test machine is a
Windows 2000 machined with only Access 97 and the runtime version of XP
installed.

Any ideas?
Thanks!

Dec 19 '05 #4
Jozef wrote:
I built the db on a
Windows XP pro machine using Access XP. The target / test machine is a
Windows 2000 machined with only Access 97 and the runtime version of XP
installed. Any ideas?


My idea is that you are much braver than I am.

Dec 19 '05 #5
Jozef wrote:
It seems that offending function is a Format() over a date field in a list
box. Has anyone run into anything similar before? I built the db on a
Windows XP pro machine using Access XP. The target / test machine is a
Windows 2000 machined with only Access 97 and the runtime version of XP
installed.


Jozef, as others have mentioned, this is a reference problem.

I have had some very bad luck at the universty I work with standard
references in Access 97 installed on Windows XP Pro and 2000 operating
systems. I have many A97 installs with Office XP (minus A2003) working
fine, but many instances where it is not. Often times, it's the result
of later versions of Office being installed, even without installation
of Access 2000, 2002, 2003. Sometimes there is only office 97
installed. I don't know if this is a problem with Win XP or how the
computer support person does the installs (A97 and A2003 and Office 97
and Office xp run fine on my set up, but I installed it myself carefully
following the guidelines you can tgoogle from this group or search for
onm the MS website).

I've also had one user's machine rendered completely useless for A97 as
regards references after he installed a VB application which used Some
version of Jet as the database engine - presumeable this ws a runtime
verison of Access.

I've given up on supporting my A97 apps on such machines.

Glum information, but that's my experience, anyway.
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
Dec 19 '05 #6

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

Similar topics

1
by: JMCN | last post by:
I have an ftp program that i inherited and i tried to modify it to ftp over my file however, i receive an error message : run-time error '3075 syntax error (missing operator) in query expression...
5
by: deko | last post by:
After developing an MDB in Access 2003 on WS03, then making it into an MDE and deploying it on a WinXP box with Access 2003 installed, I get this error: Function is not available in expressions...
5
by: Lauren Wilson | last post by:
Hi Folks, We have a user who is suddenly getting the following error message when they start our very mature application. Other users of the same version are NOT getting this error: "Error...
2
by: Lauren Wilson | last post by:
Hi Folks, We have a user who is suddenly getting the following error message when they start our very mature application. Other users of the same version are NOT getting this error: "Error...
7
by: John Øllgård Jensen | last post by:
Hi Using MS Asccess 2000: In a query I'm trying to create a new field with following expression: FilmDate: Left(,4) The field "FilmNo" is another text field in the query. This is...
2
by: deependrapathak | last post by:
Hi All, I am currently facing a crutial problem in Access2003 in Windows XP on just 3 PCs, the Application throws some of the errors specified below : 1. Error Number : 3075 Function is not...
5
by: elie.constantine | last post by:
Hello A person developed a Microsoft Access Solution and gave me the MDE file. When I tried to run it, I got "Function is not available in expressions in query expression 'Trim([......" Error. ...
8
Dököll
by: Dököll | last post by:
Hey gang! Below code allows me to search my database though all fields included on the form. Works great. Small issue, when I fetch partial phrases, if they contain an apostrophy, say, "Ferris...
1
by: kickergirl | last post by:
I recently created a database in Access 2000 that has been distributed to multiple people using various versions of Access. Each person is using it as a standalone database. The database has...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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:
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...
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
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...
0
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,...
0
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...
0
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...

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.