473,405 Members | 2,373 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,405 software developers and data experts.

Access XP weirdness ...

I don't know if this has anything to do with AccessXP running on Terminal
Services with Access97/2000 also installed, but here is one example of a
query that does not work any longer:

SELECT DLookUp("MajorCategory","AutoTypes","[autoType]='1'") AS
MajorCategory, PreOwned.PaintColor
FROM PreOwned;

When I try to run the above query I get the following error:

UNKNOWN FUNCTION NAME

If I execute the exact same dlookup from the immediate window, the proper
data is returned with no error.

Any suggestions? I have very little hair left on my head after this!!!

Thanks,
--Terry

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
Nov 12 '05 #1
23 2651
Even without a space in the name, I think it wants brackets around the field name.

DLookUp("[MajorCategory]", "Auto Types", [auto Type]='1'")

--
Wayne Morgan
Microsoft Access MVP
"JustMe" <te******@sasktel.net> wrote in message news:vp************@corp.supernews.com...
I don't know if this has anything to do with AccessXP running on Terminal
Services with Access97/2000 also installed, but here is one example of a
query that does not work any longer:

SELECT DLookUp("MajorCategory","AutoTypes","[autoType]='1'") AS
MajorCategory, PreOwned.PaintColor
FROM PreOwned;

When I try to run the above query I get the following error:

UNKNOWN FUNCTION NAME

If I execute the exact same dlookup from the immediate window, the proper
data is returned with no error.

Any suggestions? I have very little hair left on my head after this!!!

Thanks,
--Terry

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003

Nov 12 '05 #2
Hi Wayne ...

Thanks for your reply. I tried surrounding ALL the fields with brackets
with no success. I still get the UNKNOWN FUNCTION NAME error.

Any other suggestions? Anyone?

The same query works fine on other machines running AccessXP. I've tried
uninstalling/reinstalling XP. I've tried everything I can think of.

Help!

"Wayne Morgan" <co***************************@hotmail.com> wrote in message
news:a8*******************@newssvr33.news.prodigy. com...
Even without a space in the name, I think it wants brackets around the field name.
DLookUp("[MajorCategory]", "Auto Types", [auto Type]='1'")

--
Wayne Morgan
Microsoft Access MVP
"JustMe" <te******@sasktel.net> wrote in message

news:vp************@corp.supernews.com...
I don't know if this has anything to do with AccessXP running on Terminal Services with Access97/2000 also installed, but here is one example of a
query that does not work any longer:

SELECT DLookUp("MajorCategory","AutoTypes","[autoType]='1'") AS
MajorCategory, PreOwned.PaintColor
FROM PreOwned;

When I try to run the above query I get the following error:

UNKNOWN FUNCTION NAME

If I execute the exact same dlookup from the immediate window, the proper data is returned with no error.

Any suggestions? I have very little hair left on my head after this!!!

Thanks,
--Terry

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
Nov 12 '05 #3
By the way, the exact same query works fine in Access 97 on the same
machine.

Terry
"JustMe" <te******@sasktel.net> wrote in message
news:vp************@corp.supernews.com...
Hi Wayne ...

Thanks for your reply. I tried surrounding ALL the fields with brackets
with no success. I still get the UNKNOWN FUNCTION NAME error.

Any other suggestions? Anyone?

The same query works fine on other machines running AccessXP. I've tried
uninstalling/reinstalling XP. I've tried everything I can think of.

Help!

"Wayne Morgan" <co***************************@hotmail.com> wrote in message news:a8*******************@newssvr33.news.prodigy. com...
Even without a space in the name, I think it wants brackets around the

field name.

DLookUp("[MajorCategory]", "Auto Types", [auto Type]='1'")

--
Wayne Morgan
Microsoft Access MVP
"JustMe" <te******@sasktel.net> wrote in message

news:vp************@corp.supernews.com...
I don't know if this has anything to do with AccessXP running on Terminal Services with Access97/2000 also installed, but here is one example of a query that does not work any longer:

SELECT DLookUp("MajorCategory","AutoTypes","[autoType]='1'") AS
MajorCategory, PreOwned.PaintColor
FROM PreOwned;

When I try to run the above query I get the following error:

UNKNOWN FUNCTION NAME

If I execute the exact same dlookup from the immediate window, the proper data is returned with no error.

Any suggestions? I have very little hair left on my head after this!!!
Thanks,
--Terry

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
Nov 12 '05 #4
If it works fine on other machines then it sounds like a References problem. Open a code
window (Alt+F11) and go to Tools|References. Compare them with a machine that does work.
Also, make sure none of them are listed as MISSING.

--
Wayne Morgan
Microsoft Access MVP
"JustMe" <te******@sasktel.net> wrote in message news:vp************@corp.supernews.com...
By the way, the exact same query works fine in Access 97 on the same
machine.

Terry
"JustMe" <te******@sasktel.net> wrote in message
news:vp************@corp.supernews.com...
Hi Wayne ...

Thanks for your reply. I tried surrounding ALL the fields with brackets
with no success. I still get the UNKNOWN FUNCTION NAME error.

Any other suggestions? Anyone?

The same query works fine on other machines running AccessXP. I've tried
uninstalling/reinstalling XP. I've tried everything I can think of.

Help!

"Wayne Morgan" <co***************************@hotmail.com> wrote in

message
news:a8*******************@newssvr33.news.prodigy. com...
Even without a space in the name, I think it wants brackets around the

field name.

DLookUp("[MajorCategory]", "Auto Types", [auto Type]='1'")

--
Wayne Morgan
Microsoft Access MVP
"JustMe" <te******@sasktel.net> wrote in message

news:vp************@corp.supernews.com...
> I don't know if this has anything to do with AccessXP running on

Terminal
> Services with Access97/2000 also installed, but here is one example of a > query that does not work any longer:
>
> SELECT DLookUp("MajorCategory","AutoTypes","[autoType]='1'") AS
> MajorCategory, PreOwned.PaintColor
> FROM PreOwned;
>
> When I try to run the above query I get the following error:
>
> UNKNOWN FUNCTION NAME
>
> If I execute the exact same dlookup from the immediate window, the

proper
> data is returned with no error.
>
> Any suggestions? I have very little hair left on my head after this!!! >
> Thanks,
> --Terry
>
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
>
>

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003

Nov 12 '05 #5
Hi Wayne ...

I've already tried this. All references are identical to my other machine.
None are missing.

Any other suggestions?
--Terry
"Wayne Morgan" <co***************************@hotmail.com> wrote in message
news:O%******************@newssvr16.news.prodigy.c om...
If it works fine on other machines then it sounds like a References problem. Open a code window (Alt+F11) and go to Tools|References. Compare them with a machine that does work. Also, make sure none of them are listed as MISSING.

--
Wayne Morgan
Microsoft Access MVP
"JustMe" <te******@sasktel.net> wrote in message

news:vp************@corp.supernews.com...
By the way, the exact same query works fine in Access 97 on the same
machine.

Terry
"JustMe" <te******@sasktel.net> wrote in message
news:vp************@corp.supernews.com...
Hi Wayne ...

Thanks for your reply. I tried surrounding ALL the fields with brackets with no success. I still get the UNKNOWN FUNCTION NAME error.

Any other suggestions? Anyone?

The same query works fine on other machines running AccessXP. I've tried uninstalling/reinstalling XP. I've tried everything I can think of.

Help!

"Wayne Morgan" <co***************************@hotmail.com> wrote in

message
news:a8*******************@newssvr33.news.prodigy. com...
> Even without a space in the name, I think it wants brackets around the field name.
>
> DLookUp("[MajorCategory]", "Auto Types", [auto Type]='1'")
>
> --
> Wayne Morgan
> Microsoft Access MVP
>
>
> "JustMe" <te******@sasktel.net> wrote in message
news:vp************@corp.supernews.com...
> > I don't know if this has anything to do with AccessXP running on
Terminal
> > Services with Access97/2000 also installed, but here is one
example of a
> > query that does not work any longer:
> >
> > SELECT DLookUp("MajorCategory","AutoTypes","[autoType]='1'") AS
> > MajorCategory, PreOwned.PaintColor
> > FROM PreOwned;
> >
> > When I try to run the above query I get the following error:
> >
> > UNKNOWN FUNCTION NAME
> >
> > If I execute the exact same dlookup from the immediate window, the
proper
> > data is returned with no error.
> >
> > Any suggestions? I have very little hair left on my head after

this!!!
> >
> > Thanks,
> > --Terry
> >
> >
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
> >
> >
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
Nov 12 '05 #6
Here's my standard blurb on fixing reference problems:

On the machine(s) where it's not working, open any code module (or open the
Debug Window, using Ctrl-G, provided you haven't selected the "keep debug
window on top" option). Select Tools | References from the menu bar. Examine
all of the selected references.

If any of the selected references have "MISSING:" in front of them, unselect
them, and back out of the dialog. If you really need the reference(s) you
just unselected (you can tell by doing a Compile All Modules), go back in
and reselect them.

If none have "MISSING:", select an additional reference at random, back out
of the dialog, then go back in and unselect the reference you just added. If
that doesn't solve the problem, try to unselect as many of the selected
references as you can (Access may not let you unselect them all), back out
of the dialog, then go back in and reselect the references you just
unselected. (NOTE: write down what the references are before you delete
them, because they'll be in a different order when you go back in)
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(No private e-mails, please)

"JustMe" <te******@sasktel.net> wrote in message
news:vp************@corp.supernews.com...
Hi Wayne ...

I've already tried this. All references are identical to my other machine. None are missing.

Any other suggestions?
--Terry
"Wayne Morgan" <co***************************@hotmail.com> wrote in message news:O%******************@newssvr16.news.prodigy.c om...
If it works fine on other machines then it sounds like a References

problem. Open a code
window (Alt+F11) and go to Tools|References. Compare them with a machine

that does work.
Also, make sure none of them are listed as MISSING.

--
Wayne Morgan
Microsoft Access MVP
"JustMe" <te******@sasktel.net> wrote in message

news:vp************@corp.supernews.com...
By the way, the exact same query works fine in Access 97 on the same
machine.

Terry
"JustMe" <te******@sasktel.net> wrote in message
news:vp************@corp.supernews.com...
> Hi Wayne ...
>
> Thanks for your reply. I tried surrounding ALL the fields with brackets > with no success. I still get the UNKNOWN FUNCTION NAME error.
>
> Any other suggestions? Anyone?
>
> The same query works fine on other machines running AccessXP. I've tried > uninstalling/reinstalling XP. I've tried everything I can think of.
>
> Help!
>
> "Wayne Morgan" <co***************************@hotmail.com> wrote in
message
> news:a8*******************@newssvr33.news.prodigy. com...
> > Even without a space in the name, I think it wants brackets around the > field name.
> >
> > DLookUp("[MajorCategory]", "Auto Types", [auto Type]='1'")
> >
> > --
> > Wayne Morgan
> > Microsoft Access MVP
> >
> >
> > "JustMe" <te******@sasktel.net> wrote in message
> news:vp************@corp.supernews.com...
> > > I don't know if this has anything to do with AccessXP running on
> Terminal
> > > Services with Access97/2000 also installed, but here is one example of a
> > > query that does not work any longer:
> > >
> > > SELECT DLookUp("MajorCategory","AutoTypes","[autoType]='1'") AS
> > > MajorCategory, PreOwned.PaintColor
> > > FROM PreOwned;
> > >
> > > When I try to run the above query I get the following error:
> > >
> > > UNKNOWN FUNCTION NAME
> > >
> > > If I execute the exact same dlookup from the immediate window, the > proper
> > > data is returned with no error.
> > >
> > > Any suggestions? I have very little hair left on my head after
this!!!
> > >
> > > Thanks,
> > > --Terry
> > >
> > >
> > >
> > > ---
> > > Outgoing mail is certified Virus Free.
> > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
> > >
> > >
> >
> >
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003

Nov 12 '05 #7
Hi Douglas ...

Thanks for your suggestions. Unfortunately still a no-go. I've tried
everything with no success.

Any other ideas? Anyone?

--Terry
"Douglas J. Steele" <NOSPAM_djsteele@NOSPAM_canada.com> wrote in message
news:tj*************@news04.bloor.is.net.cable.rog ers.com...
Here's my standard blurb on fixing reference problems:

On the machine(s) where it's not working, open any code module (or open the Debug Window, using Ctrl-G, provided you haven't selected the "keep debug
window on top" option). Select Tools | References from the menu bar. Examine all of the selected references.

If any of the selected references have "MISSING:" in front of them, unselect them, and back out of the dialog. If you really need the reference(s) you
just unselected (you can tell by doing a Compile All Modules), go back in
and reselect them.

If none have "MISSING:", select an additional reference at random, back out of the dialog, then go back in and unselect the reference you just added. If that doesn't solve the problem, try to unselect as many of the selected
references as you can (Access may not let you unselect them all), back out
of the dialog, then go back in and reselect the references you just
unselected. (NOTE: write down what the references are before you delete
them, because they'll be in a different order when you go back in)
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(No private e-mails, please)

"JustMe" <te******@sasktel.net> wrote in message
news:vp************@corp.supernews.com...
Hi Wayne ...

I've already tried this. All references are identical to my other

machine.
None are missing.

Any other suggestions?
--Terry
"Wayne Morgan" <co***************************@hotmail.com> wrote in

message
news:O%******************@newssvr16.news.prodigy.c om...
If it works fine on other machines then it sounds like a References

problem. Open a code
window (Alt+F11) and go to Tools|References. Compare them with a machine
that does work.
Also, make sure none of them are listed as MISSING.

--
Wayne Morgan
Microsoft Access MVP
"JustMe" <te******@sasktel.net> wrote in message

news:vp************@corp.supernews.com...
> By the way, the exact same query works fine in Access 97 on the same
> machine.
>
> Terry
> "JustMe" <te******@sasktel.net> wrote in message
> news:vp************@corp.supernews.com...
> > Hi Wayne ...
> >
> > Thanks for your reply. I tried surrounding ALL the fields with

brackets
> > with no success. I still get the UNKNOWN FUNCTION NAME error.
> >
> > Any other suggestions? Anyone?
> >
> > The same query works fine on other machines running AccessXP.
I've
tried
> > uninstalling/reinstalling XP. I've tried everything I can think
of. > >
> > Help!
> >
> > "Wayne Morgan" <co***************************@hotmail.com> wrote in > message
> > news:a8*******************@newssvr33.news.prodigy. com...
> > > Even without a space in the name, I think it wants brackets around the
> > field name.
> > >
> > > DLookUp("[MajorCategory]", "Auto Types", [auto Type]='1'")
> > >
> > > --
> > > Wayne Morgan
> > > Microsoft Access MVP
> > >
> > >
> > > "JustMe" <te******@sasktel.net> wrote in message
> > news:vp************@corp.supernews.com...
> > > > I don't know if this has anything to do with AccessXP running

on > > Terminal
> > > > Services with Access97/2000 also installed, but here is one

example of
> a
> > > > query that does not work any longer:
> > > >
> > > > SELECT DLookUp("MajorCategory","AutoTypes","[autoType]='1'") AS > > > > MajorCategory, PreOwned.PaintColor
> > > > FROM PreOwned;
> > > >
> > > > When I try to run the above query I get the following error:
> > > >
> > > > UNKNOWN FUNCTION NAME
> > > >
> > > > If I execute the exact same dlookup from the immediate window,

the > > proper
> > > > data is returned with no error.
> > > >
> > > > Any suggestions? I have very little hair left on my head after > this!!!
> > > >
> > > > Thanks,
> > > > --Terry
> > > >
> > > >
> > > >
> > > > ---
> > > > Outgoing mail is certified Virus Free.
> > > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003 > > > >
> > > >
> > >
> > >
> >
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
> >
> >
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
>
>

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/3/2003
Nov 12 '05 #8
Let's go back a step, you said you surrounded ALL the field with brackets as a try. It
doesn't like brackets around the table's name, did you bracket that one also?

--
Wayne Morgan
Microsoft Access MVP
"JustMe" <te******@sasktel.net> wrote in message news:vp************@corp.supernews.com...
Hi Wayne ...

I've already tried this. All references are identical to my other machine.
None are missing.

Any other suggestions?
--Terry
"Wayne Morgan" <co***************************@hotmail.com> wrote in message
news:O%******************@newssvr16.news.prodigy.c om...
If it works fine on other machines then it sounds like a References

problem. Open a code
window (Alt+F11) and go to Tools|References. Compare them with a machine

that does work.
Also, make sure none of them are listed as MISSING.

--
Wayne Morgan
Microsoft Access MVP
"JustMe" <te******@sasktel.net> wrote in message

news:vp************@corp.supernews.com...
By the way, the exact same query works fine in Access 97 on the same
machine.

Terry
"JustMe" <te******@sasktel.net> wrote in message
news:vp************@corp.supernews.com...
> Hi Wayne ...
>
> Thanks for your reply. I tried surrounding ALL the fields with brackets > with no success. I still get the UNKNOWN FUNCTION NAME error.
>
> Any other suggestions? Anyone?
>
> The same query works fine on other machines running AccessXP. I've tried > uninstalling/reinstalling XP. I've tried everything I can think of.
>
> Help!
>
> "Wayne Morgan" <co***************************@hotmail.com> wrote in
message
> news:a8*******************@newssvr33.news.prodigy. com...
> > Even without a space in the name, I think it wants brackets around the > field name.
> >
> > DLookUp("[MajorCategory]", "Auto Types", [auto Type]='1'")
> >
> > --
> > Wayne Morgan
> > Microsoft Access MVP
> >
> >
> > "JustMe" <te******@sasktel.net> wrote in message
> news:vp************@corp.supernews.com...
> > > I don't know if this has anything to do with AccessXP running on
> Terminal
> > > Services with Access97/2000 also installed, but here is one example of a
> > > query that does not work any longer:
> > >
> > > SELECT DLookUp("MajorCategory","AutoTypes","[autoType]='1'") AS
> > > MajorCategory, PreOwned.PaintColor
> > > FROM PreOwned;
> > >
> > > When I try to run the above query I get the following error:
> > >
> > > UNKNOWN FUNCTION NAME
> > >
> > > If I execute the exact same dlookup from the immediate window, the
> proper
> > > data is returned with no error.
> > >
> > > Any suggestions? I have very little hair left on my head after
this!!!
> > >
> > > Thanks,
> > > --Terry
> > >
> > >
> > >
> > > ---
> > > Outgoing mail is certified Virus Free.
> > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
> > >
> > >
> >
> >
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003

Nov 12 '05 #9
On Fri, 24 Oct 2003 12:14:10 -0600, "JustMe" <te******@sasktel.net>
wrote:

Very curious. Can you repeat this with a similar query in the
Northwind sample database?

I'm assuming this works fine:
SELECT "test" AS
MajorCategory, PreOwned.PaintColor
FROM PreOwned;

-Tom.
I don't know if this has anything to do with AccessXP running on Terminal
Services with Access97/2000 also installed, but here is one example of a
query that does not work any longer:

SELECT DLookUp("MajorCategory","AutoTypes","[autoType]='1'") AS
MajorCategory, PreOwned.PaintColor
FROM PreOwned;

When I try to run the above query I get the following error:

UNKNOWN FUNCTION NAME

If I execute the exact same dlookup from the immediate window, the proper
data is returned with no error.

Any suggestions? I have very little hair left on my head after this!!!

Thanks,
--Terry

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003


Nov 12 '05 #10
I just recently was called in to fix a similar problem at a client site
with Access 2000. It seems, machines with some of the newest updates from
Microsoft can no longer execute certain built-in functions from within
queries or calculated controls (things that use the "Expression Service").
In my case, the original author had been using the Dir$ function from a
query.

Like you, I tried all the usual fixes, going so far as to try it in a new,
blank database created on the problem machine. Finally, I ended up simply
deciding this was a "feature" of a new update from Microsoft, and working
around it by writing my own user-defined function to call Dir$. I suspect
your situation may be the same issue.

On Sat, 25 Oct 2003 07:58:11 -0600, "JustMe" <te******@sasktel.net> wrote:
Hi Douglas ...

Thanks for your suggestions. Unfortunately still a no-go. I've tried
everything with no success.

Any other ideas? Anyone?

--Terry
"Douglas J. Steele" <NOSPAM_djsteele@NOSPAM_canada.com> wrote in message
news:tj*************@news04.bloor.is.net.cable.ro gers.com...
Here's my standard blurb on fixing reference problems:

On the machine(s) where it's not working, open any code module (or open

the
Debug Window, using Ctrl-G, provided you haven't selected the "keep debug
window on top" option). Select Tools | References from the menu bar.

Examine
all of the selected references.

If any of the selected references have "MISSING:" in front of them,

unselect
them, and back out of the dialog. If you really need the reference(s) you
just unselected (you can tell by doing a Compile All Modules), go back in
and reselect them.

If none have "MISSING:", select an additional reference at random, back

out
of the dialog, then go back in and unselect the reference you just added.

If
that doesn't solve the problem, try to unselect as many of the selected
references as you can (Access may not let you unselect them all), back out
of the dialog, then go back in and reselect the references you just
unselected. (NOTE: write down what the references are before you delete
them, because they'll be in a different order when you go back in)
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(No private e-mails, please)

"JustMe" <te******@sasktel.net> wrote in message
news:vp************@corp.supernews.com...
> Hi Wayne ...
>
> I've already tried this. All references are identical to my other

machine.
> None are missing.
>
> Any other suggestions?
> --Terry
> "Wayne Morgan" <co***************************@hotmail.com> wrote in

message
> news:O%******************@newssvr16.news.prodigy.c om...
> > If it works fine on other machines then it sounds like a References
> problem. Open a code
> > window (Alt+F11) and go to Tools|References. Compare them with amachine > that does work.
> > Also, make sure none of them are listed as MISSING.
> >
> > --
> > Wayne Morgan
> > Microsoft Access MVP
> >
> >
> > "JustMe" <te******@sasktel.net> wrote in message
> news:vp************@corp.supernews.com...
> > > By the way, the exact same query works fine in Access 97 on the same
> > > machine.
> > >
> > > Terry
> > > "JustMe" <te******@sasktel.net> wrote in message
> > > news:vp************@corp.supernews.com...
> > > > Hi Wayne ...
> > > >
> > > > Thanks for your reply. I tried surrounding ALL the fields with
> brackets
> > > > with no success. I still get the UNKNOWN FUNCTION NAME error.
> > > >
> > > > Any other suggestions? Anyone?
> > > >
> > > > The same query works fine on other machines running AccessXP.I've > tried
> > > > uninstalling/reinstalling XP. I've tried everything I can thinkof. > > > >
> > > > Help!
> > > >
> > > > "Wayne Morgan" <co***************************@hotmail.com> wrotein > > > message
> > > > news:a8*******************@newssvr33.news.prodigy. com...
> > > > > Even without a space in the name, I think it wants bracketsaround > the
> > > > field name.
> > > > >
> > > > > DLookUp("[MajorCategory]", "Auto Types", [auto Type]='1'")
> > > > >
> > > > > --
> > > > > Wayne Morgan
> > > > > Microsoft Access MVP
> > > > >
> > > > >
> > > > > "JustMe" <te******@sasktel.net> wrote in message
> > > > news:vp************@corp.supernews.com...
> > > > > > I don't know if this has anything to do with AccessXP runningon > > > > Terminal
> > > > > > Services with Access97/2000 also installed, but here is one
> example of
> > > a
> > > > > > query that does not work any longer:
> > > > > >
> > > > > > SELECT DLookUp("MajorCategory","AutoTypes","[autoType]='1'")AS > > > > > > MajorCategory, PreOwned.PaintColor
> > > > > > FROM PreOwned;
> > > > > >
> > > > > > When I try to run the above query I get the following error:
> > > > > >
> > > > > > UNKNOWN FUNCTION NAME
> > > > > >
> > > > > > If I execute the exact same dlookup from the immediate window,

the
> > > > proper
> > > > > > data is returned with no error.
> > > > > >
> > > > > > Any suggestions? I have very little hair left on my headafter > > > this!!!
> > > > > >
> > > > > > Thanks,
> > > > > > --Terry
> > > > > >
> > > > > >
> > > > > >
> > > > > > ---
> > > > > > Outgoing mail is certified Virus Free.
> > > > > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > > > > Version: 6.0.516 / Virus Database: 313 - Release Date:9/2/2003 > > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > ---
> > > > Outgoing mail is certified Virus Free.
> > > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
> > > >
> > > >
> > >
> > >
> > > ---
> > > Outgoing mail is certified Virus Free.
> > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
> > >
> > >
> >
> >
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
>
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/3/2003


Nov 12 '05 #11
On Sat, 25 Oct 2003 16:05:33 GMT, "Wayne Morgan"
<co***************************@hotmail.com> wrote:

Wayne, bracketing field names or table names is not needed (although
harmless) when they are single words without funny characters.
-Tom.

Let's go back a step, you said you surrounded ALL the field with brackets as a try. It
doesn't like brackets around the table's name, did you bracket that one also?


Nov 12 '05 #12
no****@nospam.nospam (Steve Jorgensen) wrote in
<r2********************************@4ax.com>:
I just recently was called in to fix a similar problem at a client
site with Access 2000. It seems, machines with some of the newest
updates from Microsoft can no longer execute certain built-in
functions from within queries or calculated controls (things that
use the "Expression Service"). In my case, the original author had
been using the Dir$ function from a query.

Like you, I tried all the usual fixes, going so far as to try it
in a new, blank database created on the problem machine. Finally,
I ended up simply deciding this was a "feature" of a new update
from Microsoft, and working around it by writing my own
user-defined function to call Dir$. I suspect your situation may
be the same issue.


Would that be Jet 4 SP7? One of the things it does is do something
to the security of Jet that disallows certain kinds of VBA calls
from SQL. At least, that was my understanding when it initially
came out.

Has *anyone* found SP7 to be a good thing? I know it causes
problems with replication, for one, and many people have rolled
back to SP6.

Is there anythign that SP7 fixes that is essential?

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 12 '05 #13
te******@sasktel.net (JustMe) wrote in
<vp************@corp.supernews.com>:
I don't know if this has anything to do with AccessXP running on
Terminal Services with Access97/2000 also installed, but here is
one example of a query that does not work any longer:

SELECT DLookUp("MajorCategory","AutoTypes","[autoType]='1'") AS
MajorCategory, PreOwned.PaintColor
FROM PreOwned;

When I try to run the above query I get the following error:

UNKNOWN FUNCTION NAME

If I execute the exact same dlookup from the immediate window, the
proper data is returned with no error.

Any suggestions? I have very little hair left on my head after
this!!!


Er, why not do this with SQL?

SELECT AutoTypes.MajorCategory, PreOwned.PaintColor
FROM AutoTypes, PreOwned
WHERE AutoTypes.AutoType = '1'

Of course, why not hardwire the result in the first place? If you
know that the relevant AutoType is 1, don't you know what the
MajorCategory is? Or is AutoType stored in PreOwned? If so, then
you could join the two tables.

Something looks wrong here -- I can't think of a case where it
makes sense to use a DLookup in a query, myself.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 12 '05 #14
On Sat, 25 Oct 2003 21:09:57 GMT, dX********@bway.net.invalid (David
W. Fenton) wrote:

SP8 just came out. I quickly read the what's new section, and it
seemed to fix some SP7 bugs.
-Tom.

no****@nospam.nospam (Steve Jorgensen) wrote in
<r2********************************@4ax.com>:
I just recently was called in to fix a similar problem at a client
site with Access 2000. It seems, machines with some of the newest
updates from Microsoft can no longer execute certain built-in
functions from within queries or calculated controls (things that
use the "Expression Service"). In my case, the original author had
been using the Dir$ function from a query.

Like you, I tried all the usual fixes, going so far as to try it
in a new, blank database created on the problem machine. Finally,
I ended up simply deciding this was a "feature" of a new update
from Microsoft, and working around it by writing my own
user-defined function to call Dir$. I suspect your situation may
be the same issue.


Would that be Jet 4 SP7? One of the things it does is do something
to the security of Jet that disallows certain kinds of VBA calls
from SQL. At least, that was my understanding when it initially
came out.

Has *anyone* found SP7 to be a good thing? I know it causes
problems with replication, for one, and many people have rolled
back to SP6.

Is there anythign that SP7 fixes that is essential?


Nov 12 '05 #15
Hi David ...

I realize the query makes no sense. It is a VERY simplified version of the
real query I'm having difficulties with. Regardless of whether it makes
sense or not, it 'should' work though right? The fact is it 'does' work on
an identical Win2K machine.

Any suggestions?
--Terry
"David W. Fenton" <dX********@bway.net.invalid> wrote in message
news:94***************************@24.168.128.86.. .
te******@sasktel.net (JustMe) wrote in
<vp************@corp.supernews.com>:
I don't know if this has anything to do with AccessXP running on
Terminal Services with Access97/2000 also installed, but here is
one example of a query that does not work any longer:

SELECT DLookUp("MajorCategory","AutoTypes","[autoType]='1'") AS
MajorCategory, PreOwned.PaintColor
FROM PreOwned;

When I try to run the above query I get the following error:

UNKNOWN FUNCTION NAME

If I execute the exact same dlookup from the immediate window, the
proper data is returned with no error.

Any suggestions? I have very little hair left on my head after
this!!!


Er, why not do this with SQL?

SELECT AutoTypes.MajorCategory, PreOwned.PaintColor
FROM AutoTypes, PreOwned
WHERE AutoTypes.AutoType = '1'

Of course, why not hardwire the result in the first place? If you
know that the relevant AutoType is 1, don't you know what the
MajorCategory is? Or is AutoType stored in PreOwned? If so, then
you could join the two tables.

Something looks wrong here -- I can't think of a case where it
makes sense to use a DLookup in a query, myself.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003
Nov 12 '05 #16
Hi Tom ...

Thanks for your reply.

I've tried similiar queries in a several different databases. Regardless of
which database, I get the same NO FUNCTION error when using the DLOOKUP
function within the query.

SELECT "Test" as MajorCategory ... This query works fine.

--Terry
"Tom van Stiphout" <to*****@no.spam.cox.net> wrote in message
news:ld********************************@4ax.com...
On Fri, 24 Oct 2003 12:14:10 -0600, "JustMe" <te******@sasktel.net>
wrote:

Very curious. Can you repeat this with a similar query in the
Northwind sample database?

I'm assuming this works fine:
SELECT "test" AS
MajorCategory, PreOwned.PaintColor
FROM PreOwned;

-Tom.
I don't know if this has anything to do with AccessXP running on Terminal
Services with Access97/2000 also installed, but here is one example of a
query that does not work any longer:

SELECT DLookUp("MajorCategory","AutoTypes","[autoType]='1'") AS
MajorCategory, PreOwned.PaintColor
FROM PreOwned;

When I try to run the above query I get the following error:

UNKNOWN FUNCTION NAME

If I execute the exact same dlookup from the immediate window, the proper
data is returned with no error.

Any suggestions? I have very little hair left on my head after this!!!

Thanks,
--Terry

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003
Nov 12 '05 #17
I tried all variations. Unfortunately this isn't the answer.

Thanks for the help anyway Wayne.

--Terry
"Wayne Morgan" <co***************************@hotmail.com> wrote in message
news:hb*****************@newssvr33.news.prodigy.co m...
Let's go back a step, you said you surrounded ALL the field with brackets as a try. It doesn't like brackets around the table's name, did you bracket that one also?
--
Wayne Morgan
Microsoft Access MVP
"JustMe" <te******@sasktel.net> wrote in message

news:vp************@corp.supernews.com...
Hi Wayne ...

I've already tried this. All references are identical to my other machine. None are missing.

Any other suggestions?
--Terry
"Wayne Morgan" <co***************************@hotmail.com> wrote in message news:O%******************@newssvr16.news.prodigy.c om...
If it works fine on other machines then it sounds like a References

problem. Open a code
window (Alt+F11) and go to Tools|References. Compare them with a machine
that does work.
Also, make sure none of them are listed as MISSING.

--
Wayne Morgan
Microsoft Access MVP
"JustMe" <te******@sasktel.net> wrote in message

news:vp************@corp.supernews.com...
> By the way, the exact same query works fine in Access 97 on the same
> machine.
>
> Terry
> "JustMe" <te******@sasktel.net> wrote in message
> news:vp************@corp.supernews.com...
> > Hi Wayne ...
> >
> > Thanks for your reply. I tried surrounding ALL the fields with

brackets
> > with no success. I still get the UNKNOWN FUNCTION NAME error.
> >
> > Any other suggestions? Anyone?
> >
> > The same query works fine on other machines running AccessXP.
I've tried
> > uninstalling/reinstalling XP. I've tried everything I can think
of. > >
> > Help!
> >
> > "Wayne Morgan" <co***************************@hotmail.com> wrote in > message
> > news:a8*******************@newssvr33.news.prodigy. com...
> > > Even without a space in the name, I think it wants brackets around the
> > field name.
> > >
> > > DLookUp("[MajorCategory]", "Auto Types", [auto Type]='1'")
> > >
> > > --
> > > Wayne Morgan
> > > Microsoft Access MVP
> > >
> > >
> > > "JustMe" <te******@sasktel.net> wrote in message
> > news:vp************@corp.supernews.com...
> > > > I don't know if this has anything to do with AccessXP running

on > > Terminal
> > > > Services with Access97/2000 also installed, but here is one

example of
> a
> > > > query that does not work any longer:
> > > >
> > > > SELECT DLookUp("MajorCategory","AutoTypes","[autoType]='1'") AS > > > > MajorCategory, PreOwned.PaintColor
> > > > FROM PreOwned;
> > > >
> > > > When I try to run the above query I get the following error:
> > > >
> > > > UNKNOWN FUNCTION NAME
> > > >
> > > > If I execute the exact same dlookup from the immediate window, the > > proper
> > > > data is returned with no error.
> > > >
> > > > Any suggestions? I have very little hair left on my head after > this!!!
> > > >
> > > > Thanks,
> > > > --Terry
> > > >
> > > >
> > > >
> > > > ---
> > > > Outgoing mail is certified Virus Free.
> > > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003 > > > >
> > > >
> > >
> > >
> >
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
> >
> >
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
>
>

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003
Nov 12 '05 #18
I'm going to install SP8. Stay tuned ... I'll inform everyone of the
results.

--Terry

"Tom van Stiphout" <to*****@no.spam.cox.net> wrote in message
news:om********************************@4ax.com...
On Sat, 25 Oct 2003 21:09:57 GMT, dX********@bway.net.invalid (David
W. Fenton) wrote:

SP8 just came out. I quickly read the what's new section, and it
seemed to fix some SP7 bugs.
-Tom.

no****@nospam.nospam (Steve Jorgensen) wrote in
<r2********************************@4ax.com>:
I just recently was called in to fix a similar problem at a client
site with Access 2000. It seems, machines with some of the newest
updates from Microsoft can no longer execute certain built-in
functions from within queries or calculated controls (things that
use the "Expression Service"). In my case, the original author had
been using the Dir$ function from a query.

Like you, I tried all the usual fixes, going so far as to try it
in a new, blank database created on the problem machine. Finally,
I ended up simply deciding this was a "feature" of a new update
from Microsoft, and working around it by writing my own
user-defined function to call Dir$. I suspect your situation may
be the same issue.


Would that be Jet 4 SP7? One of the things it does is do something
to the security of Jet that disallows certain kinds of VBA calls
from SQL. At least, that was my understanding when it initially
came out.

Has *anyone* found SP7 to be a good thing? I know it causes
problems with replication, for one, and many people have rolled
back to SP6.

Is there anythign that SP7 fixes that is essential?

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003
Nov 12 '05 #19
Tom, are you referring to MDAC2.8? Or JET4.0 SP8? I can't seem to find
Jet4.0SP8 if that's what you're referring to.

--Terry

"Tom van Stiphout" <to*****@no.spam.cox.net> wrote in message
news:om********************************@4ax.com...
On Sat, 25 Oct 2003 21:09:57 GMT, dX********@bway.net.invalid (David
W. Fenton) wrote:

SP8 just came out. I quickly read the what's new section, and it
seemed to fix some SP7 bugs.
-Tom.

no****@nospam.nospam (Steve Jorgensen) wrote in
<r2********************************@4ax.com>:
I just recently was called in to fix a similar problem at a client
site with Access 2000. It seems, machines with some of the newest
updates from Microsoft can no longer execute certain built-in
functions from within queries or calculated controls (things that
use the "Expression Service"). In my case, the original author had
been using the Dir$ function from a query.

Like you, I tried all the usual fixes, going so far as to try it
in a new, blank database created on the problem machine. Finally,
I ended up simply deciding this was a "feature" of a new update
from Microsoft, and working around it by writing my own
user-defined function to call Dir$. I suspect your situation may
be the same issue.


Would that be Jet 4 SP7? One of the things it does is do something
to the security of Jet that disallows certain kinds of VBA calls
from SQL. At least, that was my understanding when it initially
came out.

Has *anyone* found SP7 to be a good thing? I know it causes
problems with replication, for one, and many people have rolled
back to SP6.

Is there anythign that SP7 fixes that is essential?

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003
Nov 12 '05 #20
On Sat, 25 Oct 2003 15:56:45 -0600, "JustMe" <te******@sasktel.net>
wrote:

Jet 4.0 SP8 is available through Windows Update. At least, it was two
days ago. At this time I can't find it on microsoft.com at all.
-Tom.

Tom, are you referring to MDAC2.8? Or JET4.0 SP8? I can't seem to find
Jet4.0SP8 if that's what you're referring to.

--Terry

<clip>
Nov 12 '05 #21
On Sat, 25 Oct 2003 21:09:57 GMT, dX********@bway.net.invalid (David W.
Fenton) wrote:
no****@nospam.nospam (Steve Jorgensen) wrote in
<r2********************************@4ax.com>:
I just recently was called in to fix a similar problem at a client
site with Access 2000. It seems, machines with some of the newest
updates from Microsoft can no longer execute certain built-in
functions from within queries or calculated controls (things that
use the "Expression Service"). In my case, the original author had
been using the Dir$ function from a query.

Like you, I tried all the usual fixes, going so far as to try it
in a new, blank database created on the problem machine. Finally,
I ended up simply deciding this was a "feature" of a new update
from Microsoft, and working around it by writing my own
user-defined function to call Dir$. I suspect your situation may
be the same issue.


Would that be Jet 4 SP7? One of the things it does is do something
to the security of Jet that disallows certain kinds of VBA calls
from SQL. At least, that was my understanding when it initially
came out.

Has *anyone* found SP7 to be a good thing? I know it causes
problems with replication, for one, and many people have rolled
back to SP6.

Is there anything that SP7 fixes that is essential?


Now that you mention JET security, the fact that Dir$ is not available from
a query makes perfect sense. There are a lot of bonehead Web apps out
there that accept text input, and concatenate it into a SQL string instead
of passing it to a querydef as a parameter, and fail to escape quote
characters. If JET allows disk access function calls, that means so might
your Web application. I consider that a good enough reason to call it
essential.

On the other hand, why block domain lookup functions (assuming the JET
update does turn out to be the cause of the problem we are discussing)? I
thought those were only available from within Access anyway, and Access is
never running under a Web app, just JET.
Nov 12 '05 #22
Tom...

Guess what. IT WORKED!!!

Thanks for the suggestion. Installing JET4.0 SP8 (found in the MS Update)
appears to have fixed the problem.

Thanks to 'everyone' who attempted to help with this problem.

Now ... does anyone have any suggestions for my new ulcer? <grin>

--Terry

"Tom van Stiphout" <to*****@no.spam.cox.net> wrote in message
news:om********************************@4ax.com...
On Sat, 25 Oct 2003 21:09:57 GMT, dX********@bway.net.invalid (David
W. Fenton) wrote:

SP8 just came out. I quickly read the what's new section, and it
seemed to fix some SP7 bugs.
-Tom.

no****@nospam.nospam (Steve Jorgensen) wrote in
<r2********************************@4ax.com>:
I just recently was called in to fix a similar problem at a client
site with Access 2000. It seems, machines with some of the newest
updates from Microsoft can no longer execute certain built-in
functions from within queries or calculated controls (things that
use the "Expression Service"). In my case, the original author had
been using the Dir$ function from a query.

Like you, I tried all the usual fixes, going so far as to try it
in a new, blank database created on the problem machine. Finally,
I ended up simply deciding this was a "feature" of a new update
from Microsoft, and working around it by writing my own
user-defined function to call Dir$. I suspect your situation may
be the same issue.


Would that be Jet 4 SP7? One of the things it does is do something
to the security of Jet that disallows certain kinds of VBA calls
from SQL. At least, that was my understanding when it initially
came out.

Has *anyone* found SP7 to be a good thing? I know it causes
problems with replication, for one, and many people have rolled
back to SP6.

Is there anythign that SP7 fixes that is essential?

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.530 / Virus Database: 325 - Release Date: 10/22/2003
Nov 12 '05 #23
Something new to look out for. Glad you got it fixed and thanks for letting us know what
worked.

--
Wayne Morgan
Microsoft Access MVP
"JustMe" <te******@sasktel.net> wrote in message news:vp************@corp.supernews.com...
Tom...

Guess what. IT WORKED!!!

Thanks for the suggestion. Installing JET4.0 SP8 (found in the MS Update)
appears to have fixed the problem.

Thanks to 'everyone' who attempted to help with this problem.

Now ... does anyone have any suggestions for my new ulcer? <grin>

--Terry

Nov 12 '05 #24

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

Similar topics

0
by: Raptor | last post by:
The error is the common "access denied to user@localhost on database," or whatever the exact language is. (I email from Linux so can't copy the exact wordage right now.) But like I say, it only...
15
by: Corne' Cornelius | last post by:
Hi, I'm experiencing some weirdness in a program, when subtracting 2 (double)'s which should result in 0, but instead it returns -1.11022e-16. It looks to me that changing the double x_step...
166
by: Graham | last post by:
This has to do with class variables and instances variables. Given the following: <code> class _class: var = 0 #rest of the class
3
by: Dan | last post by:
I hate it when people think that their own misunderstandings are bugs in the program, but this time I think I've got something. If I run the following SQL code in Access 2000, I get unexpected...
5
by: David Thielen | last post by:
Hi; I am creating png files in my ASP .NET app. When I am running under Windows 2003/IIS 6, the file is not given the security permissions it should have. It does not have any permission for...
7
prn
by: prn | last post by:
Hi folks, Sometime in the last few days, I must have accidentally done something that changed some kind of switch in Access, but I can't seem to find what it was. This is Access 2003 under XP,...
5
by: kkadrese | last post by:
hello group, how to get ttyS0 serial port for exclusive access? I have a python script that uses this device with AT commands. I need that two instances can call simultaneosuly this python...
2
by: JYA | last post by:
Hi. I was writing an xmltv parser using python when I faced some weirdness that I couldn't explain. What I'm doing, is read an xml file, create another dom object and copy the element from...
1
by: GaryGen | last post by:
Hi, I have a VB.NET EXE which needs to remain in house. We would like to have outside people code modules that can be dynamically loaded and used by our EXE. We can place the requirement on the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
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...

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.