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 » Running & Setting Up Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Obtaining the correct results from a two table query



 
 
Thread Tools Display Modes
  #11  
Old May 21st, 2010, 04:29 PM posted to microsoft.public.access.queries
[email protected]
external usenet poster
 
Posts: 6
Default Obtaining the correct results from a two table query

Hi, again

All I did was to replace your suggested “where” state in my query as below,
and then rerun it using the current data in the test database as already
lisedt within these threads.

SELECT A.Date_R, A.Received, A.ID, B.Colour
FROM A INNER JOIN B ON A.Main = B.Main
WHERE A.Received=-1 AND (B.Colour "Y" Or B.Colour Is Null);


If you are suggesting that my approach is on the right lines, I will try
debugging the query over the weekend and get back to you.

Thank you for you guidance so far.
  #13  
Old May 24th, 2010, 06:01 PM posted to microsoft.public.access.queries
[email protected]
external usenet poster
 
Posts: 6
Default Obtaining the correct results from a two table query

Hi
All up and running now.

Thank you for your assistance.
 




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 07:26 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.