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  

Only show records missing fields



 
 
Thread Tools Display Modes
  #1  
Old September 3rd, 2009, 07:29 PM posted to microsoft.public.access.queries
Elizabeth
external usenet poster
 
Posts: 208
Default Only show records missing fields

I am trying to run a query that will show me only records that are missing
fields, but I can not get it to work. Please help!
--
Thanks for any help you can give!

Elizabeth
  #2  
Old September 3rd, 2009, 07:46 PM posted to microsoft.public.access.queries
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Only show records missing fields

Elizabeth

Please post the SQL of what you are using now...

Regards

Jeff Boyce
Microsoft Office/Access MVP

"Elizabeth" wrote in message
...
I am trying to run a query that will show me only records that are missing
fields, but I can not get it to work. Please help!
--
Thanks for any help you can give!

Elizabeth



  #3  
Old September 3rd, 2009, 07:52 PM posted to microsoft.public.access.queries
KARL DEWEY
external usenet poster
 
Posts: 10,767
Default Only show records missing fields

SELECT [YourTable].*
FROM [YourTable]
WHERE [Field1] Is Null OR [Field2] Is Null OR [Field3] Is Null;
--
Build a little, test a little.


"Elizabeth" wrote:

I am trying to run a query that will show me only records that are missing
fields, but I can not get it to work. Please help!
--
Thanks for any help you can give!

Elizabeth

 




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 02:29 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.