Google Groups unterstützt keine neuen Usenet-Beiträge oder ‑Abos mehr. Bisherige Inhalte sind weiterhin sichtbar.

Very odd new error message in A2K3 app

0 Aufrufe
Direkt zur ersten ungelesenen Nachricht

Lauren Wilson

ungelesen,
16.03.2006, 12:34:0816.03.06
an
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 3075 - Function is not available in expressions in query
expression 'Trim([tblProspects]![Email])' "

I believe that this function comes from the DAO 3.6 library.

Anyone have a clue how we can fix this problem?

Thanks for all responses gentlemen,

-- LW

david epsom dot com dot au

ungelesen,
16.03.2006, 21:30:5116.03.06
an
The TRIM function comes from the VBA library, by
way of the Jet database engine.

If your user is getting this message while using
MS Access, then you have a 'references' problem.

Open the database in Access, open a code module,
and check Tools, References.

(david)

"Lauren Wilson" <nos...@nospam.com> wrote in message
news:218j12lat3nhp5jia...@4ax.com...

James

ungelesen,
17.03.2006, 08:02:5917.03.06
an
If its not a references problem you may be trying to use direct
references to database objects in an SQL query somewhere which is one
thing you cant do in A2003 but you can in previous versions. The
workaround is to have the query call a VBA function you define which
then goes and accesses the form field or whatever.

James

Lauren Wilson

ungelesen,
17.03.2006, 13:05:0617.03.06
an
Thanks David. You are correct (as usual). It's been so long since
we've had this error that I forgot about the cause. I'm really dense
sometimes. I should have figured this out on my own.

We modified our update installer to include the WMI Scripting lib and
the problem went away after update.

Your contributions to this group are very much appreciated.

Live long and prosper!

-- LW

Lauren Wilson

ungelesen,
17.03.2006, 13:06:2817.03.06
an

Interesting! In THIS case, this was not the cause, but thanks for
your kind effort.

Bri

ungelesen,
17.03.2006, 15:57:4917.03.06
an

> On 17 Mar 2006 05:02:59 -0800, "James" <jim...@hotmail.com> wrote:
>
>
>>If its not a references problem you may be trying to use direct
>>references to database objects in an SQL query somewhere which is one
>>thing you cant do in A2003 but you can in previous versions. The
>>workaround is to have the query call a VBA function you define which
>>then goes and accesses the form field or whatever.
>>
>>James

Are you talking about this:

SELECT myTable.* FROM myTable WHERE TableID=Forms!myForm!SelectAnID

This works fine in AC2003, AK2k, AC97.

--
Bri

0 neue Nachrichten