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

I don't understand this at all...

2
I am fairly knowledgable as far as SQL and so forth, but not so well versed in MS Access' version as such.

I can't for the life of me work out why this query is returning 'Join Expression Not Supported'

It seems like such a straight forward query, can anyone tell me what obvious oversight I'm making?

SELECT
MYOB_Sales.InvoiceNumber,
MYOB_Sales.SaleID,
MYOB_Cards.LastName,
MYOB_Cards.FirstName,
MYOB_Address.Email
FROM
MYOB_Cards
LEFT JOIN MYOB_Address ON MYOB_Cards.CardRecordID = MYOB_Address.CardRecordID,
[Vendor Report],
MYOB_Sales
WHERE [Vendor Report].SaleID = MYOB_Sales.SaleID
AND MYOB_Sales.CardRecordID = MYOB_Cards.CardRecordID
Jul 7 '06 #1
1 1477
I suspect that your join is in the wrong place in your query, since you seem to have a few fields *after* the join. See the bolded fields in the quote?

I am fairly knowledgable as far as SQL and so forth, but not so well versed in MS Access' version as such.

I can't for the life of me work out why this query is returning 'Join Expression Not Supported'

It seems like such a straight forward query, can anyone tell me what obvious oversight I'm making?

SELECT
MYOB_Sales.InvoiceNumber,
MYOB_Sales.SaleID,
MYOB_Cards.LastName,
MYOB_Cards.FirstName,
MYOB_Address.Email
FROM
MYOB_Cards
LEFT JOIN MYOB_Address ON MYOB_Cards.CardRecordID = MYOB_Address.CardRecordID,
[Vendor Report],
MYOB_Sales

WHERE [Vendor Report].SaleID = MYOB_Sales.SaleID
AND MYOB_Sales.CardRecordID = MYOB_Cards.CardRecordID
Jul 10 '06 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

303
by: mike420 | last post by:
In the context of LATEX, some Pythonista asked what the big successes of Lisp were. I think there were at least three *big* successes. a. orbitz.com web site uses Lisp for algorithms, etc. b....
4
by: Bart | last post by:
Hi all I don't understand globals between multiple modules in a python program. I really don't. I've narrowed it down to the following two very simple programs a.py and b.py. When I run a.py I...
7
by: Robert Nicholson | last post by:
So I've got one page where I have an image inside a DIV with text-align: center and the image is correctly centered in that block. Making me think that text-align will center the contents of a...
16
by: Jace Benson | last post by:
Ok I have read alot of things on zend.com, php.net and other sites went to the wikibooks to try to understand how to use a class. I have this project I want to do that I am sure would work great...
17
by: =?Utf-8?B?Y2F0aGFyaW51cyB2YW4gZGVyIHdlcmY=?= | last post by:
Hello, I have build a website with approximately 30 html-pages. When I search this website in Google, I see the index.html or home.html on this website, but also other html-pages on this...
31
by: Jo | last post by:
class A { public: char text_a; A() { *text_a=0; } ~A() {} }; //-----------------------------------------------------------------------------
21
by: jehugaleahsa | last post by:
Hello: I had an hour-long discussion with my boss today. Last night, right before I dozed off, I realized some of his code resulted in duplicate processing. I tried to explain it to him and he...
3
by: Ben Thomas | last post by:
Hello, I have the following code which I don't understand why it works : #include <iostream> using namespace std; void DontWork (unsigned int& i) { cout << i << endl; }
0
by: Stef Mientki | last post by:
Terry Reedy wrote: sorry, don't know how this happened, as I always copy/paste ? AFAIK locals() == sys._getframe(0).f_locals AFAIK, again one level up weird, I use it in 2.5 and if I remember...
5
by: Thierry | last post by:
Hello fellow pythonists, I'm a relatively new python developer, and I try to adjust my understanding about "how things works" to python, but I have hit a block, that I cannot understand. I...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...

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.