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
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Post New Thread
Threads in Forum : Running & Setting Up Queries Forum Tools Search this Forum Feed Icon
  Thread / Thread Starter Last Post Reverse Sort Order Replies Views
Criteria to return all records if selection from form is null by Sue Pari
Hi, I'm trying to pass multiple query criteria from form controls. I'm using the following type of syntax for the criteria: Like Nz(!!,"*") And this works...
May 27th, 2010 08:51 PM
by Sue Pari Go to last post
4 1,475
Retrieve all record if check box = 0 (Not checked) by KARL DEWEY
Try this -- SELECT tblSite.Site, tblSite.Lab FROM tblSite WHERE tblSite.Lab = IIF(!! = 0, Between -1 AND 0, -1); -- Build a little, test a little.
May 27th, 2010 08:53 PM
by KARL DEWEY Go to last post
0 821
Update Query not updating selected table by MKuria
Thanks Daryl, I changed the SQL and it works. -- mmk "Daryl S" wrote: MKuria -
May 27th, 2010 08:56 PM
by MKuria Go to last post
0 863
Translate if statement in query by Jazz
Thank you for the feedback; I appreciate your help and the suggested modifications, they are much better. I still have some questions that I need help...
May 27th, 2010 09:06 PM
by Jazz Go to last post
0 791
union query without "blank" recordsl by Mark Kubicki
I have a union query between 2 related tables, and where they may be records in one table with no value in the other . I've got this (below) query written,...
May 27th, 2010 09:19 PM
by KARL DEWEY Go to last post
4 1,352
How to Union Crosstabs... by dtoney
I've been reading many posts but still trying to comprehend the union of crosstab queries. I need to take the weekly count of estimates that take under 4...
May 27th, 2010 09:33 PM
by Jerry Whittle Go to last post
1 885
unique records Access 2003 by Jerry Whittle
SELECT valveID, Max() FROM YourTable GROUP BY valveID ORDER BY valveID; If you have a duplicate valveID/Mas of Date combos, it will return all ties. You...
May 27th, 2010 09:34 PM
by Jerry Whittle Go to last post
1 846
Joins on NULL Date values by KARL DEWEY
You can use a LEFT JOIN from Table1 to Table2 if Table1 always has a date or the reverse if Table2 always has a date. -- Build a little, test a...
May 27th, 2010 09:40 PM
by KARL DEWEY Go to last post
0 915
Translate if statement in query by KARL DEWEY
The query has table twice, with second instance having suffix _1 to appear as and they both check for nulls. The same could be accomplished like this -- New...
May 27th, 2010 09:48 PM
by KARL DEWEY Go to last post
2 791
append crosstabs by dtoney
can you append the results of several crosstab queries into 1 table? I'm calc different categories & customers and need to capture "hours" for each area for...
May 27th, 2010 10:05 PM
by dtoney Go to last post
2 798
Change colour of a field by Daryl S[_2_]
DontKnow - You can use Conditional Formatting on the field. You are limited in the number of options you have, but it can do what you want. -- Daryl...
May 27th, 2010 10:08 PM
by Daryl S[_2_] Go to last post
0 762
version by arlene ramirez[_2_]
Does your query have a start time and end time. If so, you can't run the query to see your time on Paper with Paper still open as you will not have an end...
May 27th, 2010 10:19 PM
by arlene ramirez[_2_] Go to last post
0 750
min query by Siew-Ming
Hi, How do I get the 2nd minimum value and the 3rd minimum from a table after I have done MIN query for the 1st minimum value? SELECT dbo_CON.SC,...
May 27th, 2010 10:42 PM
by Jerry Whittle Go to last post
2 802
aggregate calculation works in select query but not an update quer by bicyclops
The below query works well as a Select Query. But when I turn it into an update query, I get a whole lot of nothing in the results. Interestingly, if I try...
May 27th, 2010 10:44 PM
by bicyclops Go to last post
4 980
Parameter Error for Year 2010 by AccessKay
Not sure if anyone knows the answer to this but I welcome any suggestions for things to try. I have a crosstab query layered off of a Union query. I also...
May 27th, 2010 10:53 PM
by AccessKay Go to last post
7 957
IF ISNUMBER FIND in query design expression by gator
I use the following formula in Excel and it works...I now want to do this in a query. Can I add it as an expression in the design grid in a seperate column...
May 27th, 2010 10:56 PM
by KARL DEWEY Go to last post
1 791
Update Query not updating selected table by MKuria
I have created an update query to update a master file. When I run the select query to view the records I need to update - I see the correct data. When I...
May 27th, 2010 10:58 PM
by Daryl S[_2_] Go to last post
1 1,009
Access 2003 by S.E.
I get a "type mismatch in expression" when saving a query. Why do I get this and how do I correct this? My suspicion is my customerID and barcode fields are...
May 27th, 2010 11:01 PM
by S.E.[_2_] Go to last post
7 880
adding new columns by joemeshuggah
what is the best way to go about doing this? i just created a report that first runs a query for current month info in teradata sql assistant and exports to...
May 27th, 2010 11:01 PM
by joemeshuggah Go to last post
0 875
two level make table query and sorting??? by tcek
I am creating a table with a "make table" query. I want to query by customer number than by date of order. I want the customer number to be ascending while...
May 28th, 2010 12:36 AM
by KARL DEWEY Go to last post
2 947
Post New Thread


Display Options
Showing threads 43181 to 43200 of 43289
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
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 06:48 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.