| Thread | Last Post | Replies |
|
| How and where to insert Nz Function in a Crosstab Query for graphi | 20 Jul 2005 01:05 GMT | 1 |
I'm constructing a line tendence graphic; I'm refering to records from a CrossTab Query (CTQ) with Months of a year in Columns and Cost ($) of the desire months in Files; but, the column of the month where a didn't have records, doesn't shows amount of cost because doesn't exist; ...
|
| Crosstab Query horizontal totals | 20 Jul 2005 01:00 GMT | 1 |
New user please help.... In the crosstab query I have been able to query each dept's expenses by month - last COLUMN being an extended total adding each month together by dept and giving an annual ttl thus far for each dept. I need a horizontal
|
| Date Problem | 20 Jul 2005 00:51 GMT | 3 |
I have a table that is a list of new loans opened since 1/1/2005. The fields include the loan officer number, the account number, and the date opened. I also have a query based on this table that sums the new loans opened since 1/1/2005 for each loan officer. In this query, the ...
|
| Make-table query w/ an Index field | 20 Jul 2005 00:32 GMT | 1 |
I have a make table query and want to have it create an index on one of the fields it is creating at the same time. Here is my query, does anyone know how to do this? --------------------------------
|
| Problem with Append/Update Query | 20 Jul 2005 00:08 GMT | 1 |
Hi, hope you can help - this is a bit long winded, so hope you understand: I have a job monitoring database, and have 3 tables tblJOBS with StockNo, Description, Qty, Job No (this is actually linked from another database), tblJOBSTATUS with Job No, Current Status and JobColour and ...
|
| Match memo fields | 19 Jul 2005 23:02 GMT | 2 |
I have two tables with a memo field. I want to find all records where this memo filed is the same in the two tables - but I can't join two memo fields in the query. Is there a trick to do that?
|
| How do I create parameter query to search for part of input word | 19 Jul 2005 22:52 GMT | 3 |
I want to be able to have the user input a part of a word and find all matches. For example: [Enter PART of a Company Name] if they enter: amer
|
| sort by partial string | 19 Jul 2005 22:41 GMT | 4 |
Is it possible to sort by part of a string in a given field? Here's my example: In the [RoomNumber] field, room number is specified with a string such as 19A-01, 19A-02, 19A-03, 20A-01, 20A-02, etc.
|
| Query | 19 Jul 2005 22:35 GMT | 1 |
I have a table which diplays field placements for education candidates. One student may have 1 or more placements in the same quarter in the same or different school districts. If the student has 2 placements then I have identical fields for each placement named placement 1 and ...
|
| Compare field in two different tables | 19 Jul 2005 22:33 GMT | 5 |
I have two different tables showing projected sales. The first table is week 1 and the second table is week 2. The field "Project Month" represents the month in which the order is planned to complete. As with any sales, sometimes the project can move out to a different month. ...
|
| Just the record with the higest autonumber | 19 Jul 2005 22:03 GMT | 3 |
I have a very simple table with an autonumber field (total of 10 fields) How do I write a query which returns only the record with the highest autonumber in the entire table?
|
| Access Oracle SQL | 19 Jul 2005 21:41 GMT | 4 |
I have an app to access Oracle database from Access mdb file. It looks that Oracle has it date format. I have folowing SQL code: "SELECT * FROM MyTable
|
| Problem with my query. | 19 Jul 2005 21:40 GMT | 3 |
I have no idea why this isn't working but I have a query that runs 4 different searches (5 total) based on data inputed through a Form called [Start Up]. Here is what I have in my query (qrySearch):
|
| Between ....And | 19 Jul 2005 21:37 GMT | 4 |
I am creating a query that is looking for a all numbers in my table that are betwween 11100 and 69979. my result is bringing me numbers that are less than 11100 (like 12) and numbers that are beyond 69979 (like 299825) . what am i doing wrong in my criteria?
|
| number of records per week | 19 Jul 2005 21:31 GMT | 2 |
I would like to create a query that will show me the amount of records per week for the whole year. The week begins on a Thurday and ends on a Wednesday. I have a function() for the week call LastThurs() and is as follows:
|