| Thread | Last Post | Replies |
|
| Query not retrieving all records | 15 Sep 2006 03:40 GMT | 3 |
I'm joining two tables together in a Form as a Datasheet View, but I'm stuck on a query that won't return all records. Here are my 2 tables: customers (Table 1): - customer_id (auto number, PK)
|
| Query Question - how to... | 15 Sep 2006 00:38 GMT | 2 |
Hi - I am using Access 2003 - I have two client databases which are suppose to be identical except 46 clients were not placed on one of them. I wanted to see if there was a query which would compare both lists and only bring out the 46 from the bigger list
|
| Convert Negative Numbers to Zero? | 14 Sep 2006 23:42 GMT | 1 |
Hi, I have a query with an expression field that calculates the number of days late by subtracting the due date from the completion date. This of course means that if a task was completed on-time, the number will be negative. Since I want to display both late and on-time tasks,
|
| 2 Variable Lookup | 14 Sep 2006 23:27 GMT | 3 |
I am building a commission db. I am trying to write query that returns the payout percentage given 2 variables; revenue and pullthrough percentage. Here is a sample payout table: Revenue Pullthru Payout%
|
| simple query | 14 Sep 2006 23:04 GMT | 1 |
It's been a while since I used access and need a refresher. I have 2 tables. One lists all the customers who called in on sept 8. The second lists the customers who called in on sept 8 because of one specific product. How do I set up a query to show the percentage of ...
|
| getting minimum of calculated value | 14 Sep 2006 22:49 GMT | 4 |
All, I would like to have a query with a correlated subquery that will give me the records associated with the minimum of a calculated value. I am calculating the difference between the depth in one table
|
| Move Data into a blank field in a query | 14 Sep 2006 22:04 GMT | 10 |
My data looks like this when it arrives into my tables (queries)... Start Date End Date Initial Rate 3rd Contract 4th 5th 11/20/2001 12/25/2001 4.5 11/20/2001 11/30/2004 3.6
|
| Help constructing a tricky query | 14 Sep 2006 21:27 GMT | 1 |
I am looking for help building an efficient query that can return the daily costs for my employees. I have a table with my employee names and their IDs, and another one with the daily hours worked by each employee, and finally another table that contains the hourly rates for my ...
|
| Slow Query when Prompts enabled | 14 Sep 2006 21:25 GMT | 7 |
I have a query that is very slow, 5minutes+ to run when I have any of the fields prompted for information. If I type in the criteria in the Criteria Field the report runs in about 3 seconds or less. I am using [FN] as the prompt. Why would this be happening.
|
| Pass Through Query Error | 14 Sep 2006 21:10 GMT | 2 |
I am trying to run the following (update) pass through Query and I am getting the following error: ODBC-call failed [Microsoft-ODBC SQL Server Driver][SQL Server]line1:incorrect syntax near '('.
|
| ## conditional expression | 14 Sep 2006 21:02 GMT | 1 |
I wrote the following IIF statemeent: url: IIf(IsNull([domainname]),[link] & [foldername],[domainname]) domainname is a text field with http://www.something.com link simply shows http://www.graphicfreak.com/
|
| Largest Value in a table with additional criteria. | 14 Sep 2006 20:50 GMT | 13 |
I have a query looking like this : Name.....Score.....Tested.....Date Due Bob........87%.....05-FEB-02..05-FEB-03 Steve......62%.....03-JUN-03..03-DEC-03
|
| Finding Latest Date of Purchase Order Transactions | 14 Sep 2006 20:11 GMT | 1 |
I am really new to ACCESS and am needing to find the latest transaction of each product (PRODNO) for each Purchase Order (PO) in my Table named MMTRAN. This table has fields of PO number (PONO), Product number that is purchased (PRODNO) and the Transaction Time (TRANTIME). ...
|
| 1,2,3 query | 14 Sep 2006 19:22 GMT | 3 |
table: users columns: owner, admin, user Query: create a fourth column called type when, admin = 'y' insert a "3"
|
| Access - update query | 14 Sep 2006 17:35 GMT | 9 |
Good evening (at least here in South Africa) - could somebody please assist with the structure for update queries. I am trying to accumulate two totals in a 3rd file from data out of two other files. File 1: tblLoanTrans
|