| Thread | Last Post | Replies |
|
| calculate hours correctly in Access-query | 03 Nov 2006 15:06 GMT | 2 |
Have a roster that needs to deduct start time from finish time and start break from finish break extracted from a table. Example Start 9.00 Finish 18.00 Start break 13.00 Finish break at 13.30. Cannot get past a result of 8.7 hours irrespective if table is in numbers or
|
| Nz problem | 03 Nov 2006 15:01 GMT | 5 |
As the solution to "filling" a crosstab, it was suggested that I use this function. The line is: TRANSFORM Nz(Count(RECV.[BAND]),0) AS CountOfBAND However, that generates some results that I just can't understand when I
|
| Creating query without using Wizard | 03 Nov 2006 14:54 GMT | 6 |
I am trying writing a SQL query to pass into an Chart in access. My problem is i need to combine 2 querys together to give me the two lines in the chart. Using the wizards this is no problem but i want to use sql so i can pass variables into the query to make it easily updatable
|
| Between This and That but All if Blank | 03 Nov 2006 14:43 GMT | 3 |
I have a query where I'm setting up fields to find between values but return all if left blank. The between values is easy. I'm stuck on the all if left blank part! What do I need to add to this to make that happen:
|
| Find duplicates based on Last Name and the initial of First Name | 03 Nov 2006 13:40 GMT | 7 |
I have the following Query that finds duplicates based on Last Name and First Name. I would like to be able to find duplicates based on Last Name and the initial of First Name. Any help will be appreciated. Jack Peyton
|
| deduplicating | 03 Nov 2006 13:31 GMT | 2 |
I have a list of about 80,000 records and i know that at least a quarter of them are probably duplicates. I am reasonably crtain that the telephone number in each record is accurate, so I ran a duplicate query and found some 22000 records ( so assume that about 11,000 records ...
|
| Top 50 Records for each category | 03 Nov 2006 12:36 GMT | 2 |
I am trying to create a single query where I can show the top 50 records of each category. For instance I have 3 columns in my table Name | State | Salary I want to show the top 50 salaries in PA, NJ, DE, MD so a total of 200
|
| Access2000 query (with subquery) | 03 Nov 2006 09:46 GMT | 3 |
I have a table tblTransactions: TransactID, TransactDate, DeviceID, Tabn, ... The table determines the user (TabN) for any registered item (DeviceID) at any time starting from date, the item was registered as used by some user.
|
| Criteria to be displayed in returned field | 03 Nov 2006 09:17 GMT | 3 |
I need to enter a criteria in a query (can do that) and then I need the entered value returned in one of the fields returned. My criteria is <["Please Enter Year (YYYY) ?"], hence the retuened year won't all be the same, hence I need to return the criteria in a field to know
|
| Query based on 2 related tables | 03 Nov 2006 06:39 GMT | 1 |
Access 2003. I have a JOB DETAILS (one) table and an ADD ORDER (many) table in a one to many relationship. JOB DETAILS has an estimated delivery field. ADD ORDERS has an estimated delivery field. I want to create a query for a report that will be a schedule showing all JOB ...
|
| Union query | 03 Nov 2006 03:45 GMT | 2 |
There got two tables and I needed join them into one: ------------------------------------------- Table1 (Master) -------------------------------------------
|
| Delete dups | 03 Nov 2006 03:19 GMT | 2 |
I have a table that contains duplicate userids but each user id has another set of information that is put with a priority. eg they say their favourite colours are blue and red. blue has a high priority than red so we say that blue is their favourite colour. i was just wondering
|
| Calculated Total In Query | 03 Nov 2006 03:12 GMT | 1 |
Access 2003. I have a schedule query that pulls all orders from tblORDERS and sorts them by delivery date. I need to show the price for those orders by calculating the total of all the related records in tblORDER DETAILS. Every time I try and include the ORDER DETAILS on my ...
|
| Left join is equal to inner join? | 03 Nov 2006 01:16 GMT | 5 |
I try to calculate the result by using left join but it still returns the output same as using inner join. ************************************ Table1(T1)
|
| Iff statement won't format currency | 03 Nov 2006 00:54 GMT | 2 |
I am trying to not display CommCheck at all if TotLavaCost = 0, but if TotLavaCost <>0, then I want to display the result in currency format. The following statement returns the correct, but unformatted results: CommCheck: IIf(([TotLavaCost]=0),"",([ExtendedPrice]-[TotLavaCost]))
|