| Thread | Last Post | Replies |
|
| double entries for each record when running a query | 08 Mar 2007 00:15 GMT | 4 |
I use a query to generate individual P.O.s for ordering items. Usually each order has only one acct.#, but ocasionally there are multiple acct. #'s and I need to know the totals for each acct.#. The query that I use for this purpose uses the following SQL:
|
| Joining tables in Access | 08 Mar 2007 00:12 GMT | 4 |
I am looking for the definition of how to join multiple tables in queries. I normally use SQL server and the access queries seem very complicated Thanks, Samuel
|
| Getting dates of parameters to appear in the query/report | 08 Mar 2007 00:10 GMT | 5 |
With much help, I have set up the parameters to select a date range for my query. Now I need the date range to appear on the query and subsequent reports. In the Expression Builder, if I click the Show box, I get an error: You
|
| How to Count Number of Records in Select Query | 07 Mar 2007 23:38 GMT | 2 |
I have a select query. However, I can't figure out a way of determining the number of records returned by that query. I want to display that number in a form or possibly subform. From what I've read, I need to use Dcount, but I can't seem to get it to work properly within the ...
|
| Get Value from Previous Record for this record | 07 Mar 2007 23:23 GMT | 5 |
Is it possiable to have a iif function in a query where it looks at the next record. for example if I run the query which lists years and if the results in record 2 equals the result in record 1 then it
|
| OpenRecordset anomaly | 07 Mar 2007 23:10 GMT | 2 |
Problem: opening a recordset in code returns only one record when it should return two. Details: In VBA I construct a SQL string as follows:
|
| newbie SQL SELECT help | 07 Mar 2007 22:53 GMT | 3 |
I've been looking thru the posts but I havent been able to find an example for what I need: given that I have two tables: NAMES with columns NAME LAST_NAME AGE
|
| One Item, Multiple Vendors | 07 Mar 2007 22:51 GMT | 1 |
I have a query question. I have a particular list of item numbers. Some items have multiple vendors. I would like a report that creates one row per item and lists Vendor 1 and Vendor 2. If there is a second vendor, I would like that information displayed under the
|
| More dynamic... | 07 Mar 2007 21:47 GMT | 2 |
Thank you for taking time to help me out. I have a table containing YearNo,*,*,*, PlayerID, Initials,*,*,*,RojterCupPoints,*,*,* RojterCupPoints determin weither a match was won, squared og lost.
|
| Cross tab table | 07 Mar 2007 21:04 GMT | 1 |
Following is my SQL and it is base on a query that I sort by date criteria. The problem is when I change the date and there is no data for some inspectors the cross tab does not list those inspectors in the table. TRANSFORM Nz(Count([15 < 07].[DATE REFERRED]),0) AS [CountOfDATE ...
|
| Order of Row Headers in a cross-tab queriy (Access2003 - 2007) | 07 Mar 2007 20:55 GMT | 3 |
I have a cross-tab query that works fine as far it concerns the resulting data. For business reasons, I need to change the order of appearance of the row headers. This is the query:
|
| SQL Query | 07 Mar 2007 20:03 GMT | 1 |
My data table is like this: Type Price1 Price2 Price3 Result Black 2 2 3 No Blue 2 5 6 Yes
|
| Subtraction using 3 fields | 07 Mar 2007 19:50 GMT | 1 |
One more question and I should be done with my first foray into Access. All of your help is greatly appreciated. From my table [Resolved by Hospice Date Worked], I need to subtract [Pharmacy Credits] plus [Credit Amount] from [Sales Amount].
|
| Appending query with multiple tables | 07 Mar 2007 19:40 GMT | 1 |
Hello, my problem is that i want to create an appending query that will transfer data from one horribly designed table to many other tables. tables are listed as follow. bad table!! and the data source
|
| Copy query results to a table | 07 Mar 2007 19:22 GMT | 1 |
Is it possible to copy the results of a query to a table? Thanks in advance.
|