| Thread | Last Post | Replies |
|
| Negative selection | 17 Jan 2006 23:40 GMT | 1 |
I am trying to produce a query so simple, I'm almost embarrassed to ask this question! I have two tables: (i) Projects, which lists a number of projects for student assignments, and (ii) Students, which lists the students and the projects they're to conduct. Students are ...
|
| Sum Query with 2 Sums on One Line | 17 Jan 2006 22:37 GMT | 2 |
I'm trying to write a query something like this: "Sum(Pcs)as Pcs1 where Date <=[Begin Date], Sum(Pcs)as Pcs2 where Date<=[Begin Date]-1" so that both Sums appear in One result record. I have the Select part working as a UNION query, but I don't know how
|
| Unmatch between 2 table | 17 Jan 2006 22:20 GMT | 7 |
I tried many unmatch query but not have result. Please help. I have 2 tables: Score1 and Score2, 2 table have identical structure. Score1: ScoreID, Name, Q1 Score2: ScoreID,Name,Q2
|
| Query Criteria | 17 Jan 2006 22:12 GMT | 5 |
I am trying to create a query but can't get the criteria set up correctly... I'd like to run a query for our patients who have been charged code (X or Y) AND ((A) or B or C or D) So I want patients who have X or Y and A along with codes that support A...
|
| Recursive query, or similar | 17 Jan 2006 22:03 GMT | 5 |
I would like to know if it is possible to "explode" a table via a query; here is a small example Table fields ID number
|
| Parsing Text Field In Access and using NZ | 17 Jan 2006 22:00 GMT | 1 |
I am parsing a text field from a table ( ex Data: A/ASEL) I reviewed the MVPS.org/Access webpage to get a start. Here is the function the parsed the field correctly: Test:Right(Mid([FieldName],Instr([FieldName],"/")),Len([FieldName])-2)
|
| STUCK, FRUSTRATED, PLEASE HELP!! | 17 Jan 2006 21:45 GMT | 2 |
I have designed the tables for the information that I need several times, trying to find the right way to set up the data so I can get a Querie to do what I want it to do and summerize the data for me. I have to enter in simple client data, tie that to plan data that will change ...
|
| YTD previous year | 17 Jan 2006 21:28 GMT | 1 |
Im trying to get the prevous YTD to work. The current year to date works fine. Projects: Sum(IIf([StartDate] Between [Forms]![frmRptDateRange/Note].[BeginDate]
|
| How to close a query result? | 17 Jan 2006 20:12 GMT | 2 |
After docmd.openQuery opens a select query, what is the syntax to close it? Actually I don't need to see the result of it. Is there a way to make it not show? Set qdf = db.QueryDefs("qryInvoice")
|
| Doing the math | 17 Jan 2006 20:09 GMT | 7 |
I would like to be able to set a Column in one of my queries that will give me the abs(max() of a series of columns within the query .. I am having trouble.. I can seem to get the query to do anything except either add or sub the columns with in the query....
|
| APPEND Data without duplicated data | 17 Jan 2006 19:09 GMT | 3 |
Hey guys, maybe it is a silly question, but I don't know that much of ACCESS... How can I append data to a Table checking if the new data is already in the table? I mean, I want to avoid duplicated data based on only some fields, not all
|
| How do i change a null field to a value in an acess query? | 17 Jan 2006 18:52 GMT | 2 |
I am running a query in Acess that produces a null field for a few of the results (this is intentional.) How do I run another query to change the null field to a value of 91. I have the formula as this: Quality: IIf(([Percent])=Null,91,([Percent]))
|
| Nulls to Zeros for graphing | 17 Jan 2006 18:38 GMT | 5 |
I've already spent a good 3 hours or more reading posts and help topics and trying everything I can think of to solve this. What I am trying to accomplish is to graph DaysOld for 8 different backlogs. I have 8 queries to accomplish the backlog reports and that is all fine. I ...
|
| HELP HELP HELP really simple - it just won't work! | 17 Jan 2006 18:10 GMT | 5 |
Hi, help on this would be much appreciated.... I have a database very similar to the northwind example i.e. supplier product, customer, order etc.... I have set up a form with a sub form for customer orders exactly a
|
| Append Query | 17 Jan 2006 18:04 GMT | 4 |
I have three tables Provider info Provider Monthly Info Months
|