Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Queries / June 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Query to count on multiple fields06 Jun 2007 16:35 GMT2
I have a query that is based on a table called TARGETS which returns the
number of targets in the table that are marked as "bad", and then grouped by
user. The code for this query is:
SELECT TARGETS.[User Name], Count(TARGETS.Bad) AS CountOfBad
Lookup / Join on interval06 Jun 2007 16:15 GMT2
I have a table orders where I want to select a carrier based on the
delivery_country and pack_weight. To do the latter I have defined a new
table freight_rules with this content:
country    weight    carrier    class
Query of excluded items06 Jun 2007 15:56 GMT2
I am designing a database to track training.  I have a query that tell me the
mandatory classes, and I have a table with the classes taken data (date
taken, expires, etc).  What I need is a query that show me the classes taken
that are not mandatory.
CrossTab Query06 Jun 2007 15:53 GMT1
Not sure how to do this but I have a traning database and I would like to get
a table that is Employee Level vs Class Name.  Where a class is mandatory
would be a true condition.  I have a list of levels in one table, and in
another table two columns (level and class number)
Linking Crosstab Queries06 Jun 2007 15:40 GMT1
I’m trying to make a report that displays the results of multiple crosstab
queries.  All of the queries have the same rows and columns; only difference
is the criteria.  The problem I’m having is that in some of the queries some
of the rows don’t have any values, so Access ...
How to create a table from a find duplicates query06 Jun 2007 15:36 GMT1
It's been a while since I have worked in Access. But I have run a find
duplicates query and I have totally blanked on how to create a table from
those query results.
If there is another way to do this than I am open to that as well.  What we
Please help!06 Jun 2007 15:02 GMT14
Good morning,
I am trying to write a formula in my Select query to extract a piece of data
from a field called "A".  The format of the data (for most records) for field
A is "AAA BBBB 200x".  What I like to extract is the date portion of the
Need query of all records based on month06 Jun 2007 15:01 GMT2
How can i create a parameter query in the query grid to ask for all records
based on the month. example: i want all records for May 2007. any ideas?
Summation query always return recordset06 Jun 2007 14:57 GMT2
I got a query to calculate the sum of fields:
SELECT SUM(IIf(isnull(GST)=True,0,GST)) AS TotalGST
FROM tblProject
WHERE ProjectNumber=[ProjectNum];
NZ function compile error06 Jun 2007 13:05 GMT1
I have a query like this: Name: Nz([S_Genus_Subgenus];[Genus])
and in SQLwindow: INSERT INTO Mytable ( ID,  Name)
SELECT Diptera.ID, Nz([S_Genus_Subgenus], [Genus]) AS Name FROM Diptera;
The table Mytable exists. This worked a few months ago, but now I get a
IIf AND06 Jun 2007 11:24 GMT6
Greetings All,
I have a query with these 2 expressions:
Expr2: IIf([Pregnant?]="Yes","1","0")
Expr3: (IIf([IVDrugUser?]=True,"1","0"))
trouble calculating sums in a query06 Jun 2007 08:28 GMT4
I am a new Access user and am having trouble getting my query to calculate
the correct sum when drawing from two databases. The situation is:
Tables: I have one table that contains information about circulation
(mailing list codes, circulation counts for each mailing list code, ...
query with multiple criteria06 Jun 2007 05:31 GMT4
I am trying to create queries to sort church membership data according to any
number of ministry groups (out of a possible 56) they volunteer for. My goal
is to create a report for each of the Ministry's with name and contact
information. I have some questions with corresponding ...
Confused About Criteria06 Jun 2007 04:31 GMT2
Can anyone explain to me the logic behind criteria in queries?  I
understand how to create them and the different words to use, but I
don't understand how Access actually uses it.  To be even more
specific lets say I have one line of criteria that consists of
TOP values06 Jun 2007 02:22 GMT4
Hi,
I am having trouble returning the top values in a GROUP BY or TOTALS query.  
I would like to GROUP BY an attribute (Accounts) and return the top 5 values
(Deposits) per account holder.  
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.