A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Left (Right) Join vs Left (function)



 
 
Thread Tools Display Modes
  #1  
Old January 2nd, 2009, 03:12 PM posted to microsoft.public.access
John F
external usenet poster
 
Posts: 7
Default Left (Right) Join vs Left (function)

I recently got updated to Access 2007 from 2003. My datbase sits on an
out-of-house server, and I have administrator permissions for Office 2007,
but not for the server.
Problem: Access does not recognise my old SQLs and my old funtions. Wherever
there is table joining, "LEFT" of "RIGHT" are not recognised in the
FROM-clause as part of it. And hence, returns the message "unidentified
function LEFT in expression".
AND where there IS an expression, "LEFT" is not recognised at all.
However, inseide the SQL there is no problem and it runs without error.
Errors occur when [job] is started outside the SQL.

Help anybody?
  #3  
Old January 2nd, 2009, 04:18 PM posted to microsoft.public.access
John F[_2_]
external usenet poster
 
Posts: 18
Default Left (Right) Join vs Left (function)

Thanks Paul,
I already did, and utility.mda was mising, but not allowed back again. is
there a way around?


"Paul Shapiro" wrote:

It sounds like you're missing some library references after the switch to
2007. Open the VBA editor and check Tools menu - References. If any say
"Missing" then find the correct reference.

"John F" John wrote in message
...
I recently got updated to Access 2007 from 2003. My datbase sits on an
out-of-house server, and I have administrator permissions for Office 2007,
but not for the server.
Problem: Access does not recognise my old SQLs and my old funtions.
Wherever
there is table joining, "LEFT" of "RIGHT" are not recognised in the
FROM-clause as part of it. And hence, returns the message "unidentified
function LEFT in expression".
AND where there IS an expression, "LEFT" is not recognised at all.
However, inseide the SQL there is no problem and it runs without error.
Errors occur when [job] is started outside the SQL.



  #4  
Old January 2nd, 2009, 04:44 PM posted to microsoft.public.access
Douglas J. Steele[_3_]
external usenet poster
 
Posts: 3,143
Default Left (Right) Join vs Left (function)

You shouldn't need utility.mda (I don't believe it's actually been required
since Access 97)

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


"John F" wrote in message
...
Thanks Paul,
I already did, and utility.mda was mising, but not allowed back again. is
there a way around?


"Paul Shapiro" wrote:

It sounds like you're missing some library references after the switch to
2007. Open the VBA editor and check Tools menu - References. If any say
"Missing" then find the correct reference.

"John F" John wrote in message
...
I recently got updated to Access 2007 from 2003. My datbase sits on an
out-of-house server, and I have administrator permissions for Office
2007,
but not for the server.
Problem: Access does not recognise my old SQLs and my old funtions.
Wherever
there is table joining, "LEFT" of "RIGHT" are not recognised in the
FROM-clause as part of it. And hence, returns the message "unidentified
function LEFT in expression".
AND where there IS an expression, "LEFT" is not recognised at all.
However, inseide the SQL there is no problem and it runs without error.
Errors occur when [job] is started outside the SQL.





  #5  
Old January 2nd, 2009, 06:18 PM posted to microsoft.public.access
John F[_2_]
external usenet poster
 
Posts: 18
Default Left (Right) Join vs Left (function)

Thank you,
I have read something about this, but as it's the only missing item, I've
tried to install it, and to no avail.

"Douglas J. Steele" wrote:

You shouldn't need utility.mda (I don't believe it's actually been required
since Access 97)

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


"John F" wrote in message
...
Thanks Paul,
I already did, and utility.mda was mising, but not allowed back again. is
there a way around?


"Paul Shapiro" wrote:

It sounds like you're missing some library references after the switch to
2007. Open the VBA editor and check Tools menu - References. If any say
"Missing" then find the correct reference.

"John F" John wrote in message
...
I recently got updated to Access 2007 from 2003. My datbase sits on an
out-of-house server, and I have administrator permissions for Office
2007,
but not for the server.
Problem: Access does not recognise my old SQLs and my old funtions.
Wherever
there is table joining, "LEFT" of "RIGHT" are not recognised in the
FROM-clause as part of it. And hence, returns the message "unidentified
function LEFT in expression".
AND where there IS an expression, "LEFT" is not recognised at all.
However, inseide the SQL there is no problem and it runs without error.
Errors occur when [job] is started outside the SQL.





  #6  
Old January 2nd, 2009, 06:39 PM posted to microsoft.public.access
Douglas J. Steele[_3_]
external usenet poster
 
Posts: 3,143
Default Left (Right) Join vs Left (function)

So what happens when you remove the reference to it? Does your application
run correctly?

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


"John F" wrote in message
...
Thank you,
I have read something about this, but as it's the only missing item, I've
tried to install it, and to no avail.

"Douglas J. Steele" wrote:

You shouldn't need utility.mda (I don't believe it's actually been
required
since Access 97)

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


"John F" wrote in message
...
Thanks Paul,
I already did, and utility.mda was mising, but not allowed back again.
is
there a way around?


"Paul Shapiro" wrote:

It sounds like you're missing some library references after the switch
to
2007. Open the VBA editor and check Tools menu - References. If any
say
"Missing" then find the correct reference.

"John F" John wrote in message
...
I recently got updated to Access 2007 from 2003. My datbase sits on
an
out-of-house server, and I have administrator permissions for Office
2007,
but not for the server.
Problem: Access does not recognise my old SQLs and my old funtions.
Wherever
there is table joining, "LEFT" of "RIGHT" are not recognised in the
FROM-clause as part of it. And hence, returns the message
"unidentified
function LEFT in expression".
AND where there IS an expression, "LEFT" is not recognised at all.
However, inseide the SQL there is no problem and it runs without
error.
Errors occur when [job] is started outside the SQL.







  #7  
Old January 2nd, 2009, 07:29 PM posted to microsoft.public.access
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Left (Right) Join vs Left (function)

On Fri, 2 Jan 2009 10:18:02 -0800, John F
wrote:

Thank you,
I have read something about this, but as it's the only missing item, I've
tried to install it, and to no avail.


Simply uncheck it. If you're not using it (and it's very unlikely that you
are!) nothing should break. If something does break, you'll need to either
find a copy of the utility, or change the code to use newer libraries - but if
you uncheck it, compile the database, and everything compiles correctly, you
should be good to go.
--

John W. Vinson [MVP]
  #8  
Old January 3rd, 2009, 02:21 AM posted to microsoft.public.access
David W. Fenton
external usenet poster
 
Posts: 3,373
Default Left (Right) Join vs Left (function)

"Douglas J. Steele" wrote in
:

You shouldn't need utility.mda (I don't believe it's actually been
required since Access 97)


It wasn't a reference even then. Indeed, I think it dates back to
Access 2.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
  #9  
Old January 3rd, 2009, 12:57 PM posted to microsoft.public.access
John F[_2_]
external usenet poster
 
Posts: 18
Default Left (Right) Join vs Left (function)

That's right. Thank you for the very simple and (to me, not so) obvious
solution. Everything runs just as I like it.
I'm taking the rest of the day off.

"Douglas J. Steele" wrote:

So what happens when you remove the reference to it? Does your application
run correctly?

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


"John F" wrote in message
...
Thank you,
I have read something about this, but as it's the only missing item, I've
tried to install it, and to no avail.

"Douglas J. Steele" wrote:

You shouldn't need utility.mda (I don't believe it's actually been
required
since Access 97)

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


"John F" wrote in message
...
Thanks Paul,
I already did, and utility.mda was mising, but not allowed back again.
is
there a way around?


"Paul Shapiro" wrote:

It sounds like you're missing some library references after the switch
to
2007. Open the VBA editor and check Tools menu - References. If any
say
"Missing" then find the correct reference.

"John F" John wrote in message
...
I recently got updated to Access 2007 from 2003. My datbase sits on
an
out-of-house server, and I have administrator permissions for Office
2007,
but not for the server.
Problem: Access does not recognise my old SQLs and my old funtions.
Wherever
there is table joining, "LEFT" of "RIGHT" are not recognised in the
FROM-clause as part of it. And hence, returns the message
"unidentified
function LEFT in expression".
AND where there IS an expression, "LEFT" is not recognised at all.
However, inseide the SQL there is no problem and it runs without
error.
Errors occur when [job] is started outside the SQL.








  #10  
Old January 3rd, 2009, 12:58 PM posted to microsoft.public.access
John F[_2_]
external usenet poster
 
Posts: 18
Default Left (Right) Join vs Left (function)

Thanks a lot. The application now runs as it should.

"John W. Vinson" wrote:

On Fri, 2 Jan 2009 10:18:02 -0800, John F
wrote:

Thank you,
I have read something about this, but as it's the only missing item, I've
tried to install it, and to no avail.


Simply uncheck it. If you're not using it (and it's very unlikely that you
are!) nothing should break. If something does break, you'll need to either
find a copy of the utility, or change the code to use newer libraries - but if
you uncheck it, compile the database, and everything compiles correctly, you
should be good to go.
--

John W. Vinson [MVP]

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:03 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.