| Thread | Last Post | Replies |
|
| Send the user a Msg when a query returns a blank form. | 27 Aug 2005 17:06 GMT | 1 |
I have a DB with a query and the following criteria: Like "*" & [Enter By Number or Beginning of Description: ] & "*" This brings up a general ledger code use in our acctg dept. now if the user types in something no way near a match, the form comes
|
| Calculating average within one record | 27 Aug 2005 16:54 GMT | 3 |
I'm trying to calculate an average of three fields within one record, without success. The three fields are Score1, Score2, and Score3. My expression is Expr1: Avg([Score1]+[Score2]+[Score3])
|
| grouping results | 27 Aug 2005 16:51 GMT | 1 |
Hi to all, I've created a query using UNION ALL statement in this way: SELECT item, SImported, SExported FROM [SELECT item,sum(import) AS SImported, null AS SExported
|
| Access Expression | 27 Aug 2005 16:39 GMT | 2 |
I would like to construct a query from a table with a debtor name field. The select statement needs to exclude all records that have the word Corp, CO, Ltd, LLC, or Company in the field. Basically I want to eliminate businesses and leave only individuals. I also do not want to ...
|
| Query for Columns? | 27 Aug 2005 16:26 GMT | 6 |
Can someone help in this issue...please i have a table called sales with column... Petrol | Diesel | Motel | Store | 500 | 600 | 44 | 200 |
|
| delete duplicates from a duplicate querey | 27 Aug 2005 16:12 GMT | 4 |
I have many duplicates in a table after running a duplicate querey. I want Access to tell me how to delete just the duplicate rows.
|
| Query Criteria | 27 Aug 2005 15:23 GMT | 6 |
I have a table that lists account number and product number. I need to create a query that shows me all of the accounts numbers that purchase product number 590 and 710. I thought this would be an easy task but I am really struggling.
|
| Id number not found | 27 Aug 2005 07:38 GMT | 1 |
I am having trouble with this query, it does not show any data if the Employee_id does not match what I have on file. I woudl like the query to show the data and tell me "NO match of employee Id found" Is that possible? SELECT DISTINCTROW ALID0001.scans, ScannAction.Scanname, ...
|
| Dsum (I think) | 27 Aug 2005 05:07 GMT | 1 |
I have a table (tasktable) of timesheet entries that includes data for employee tasks that includes numerous fields including (taskid), (empno), (jobno), (hours), (charges) . I also and a table (emptable) that includes data for each employe including (empno) and (empcat) where ...
|
| Summing a sum | 27 Aug 2005 01:07 GMT | 16 |
Hi. I have a query that sums "Bucks" for each Contact. It works fine. Some Contacts have Spouses that are also Contacts. In these "family" situations I want to add together the sum of Bucks for the family. I can't quite figure it out. Here's 2 queries that I'm working with:
|
| AutoNumbering grouped data within a table | 27 Aug 2005 00:29 GMT | 2 |
I have a table which contains stock numbers and URLs to photos of those stock numbers. I need to AutoNumber the records within each stock number group. i have this: STOCK|URL|NUMBER
|
| Suppress the #Error message | 26 Aug 2005 23:44 GMT | 2 |
I have a query that divides two different fields. The denomonator in one called QuarterlyTarget and is sometimes equal to zero or blank for some people. When I run the report, the people who have a zero or blank target get a #Error message which then shows up in my access ...
|
| Find data in a Table | 26 Aug 2005 23:33 GMT | 4 |
Please I need an answer asap.Very appreciated.... There are 2 col named TaxID and Vendor# I want to find. Show all records where TaxId is the same and Vendor# is diffrent.
|
| Running Sum | 26 Aug 2005 23:16 GMT | 7 |
I am trying to calculate a running sum for the following table with the 3 fields listed below: tblFullDataTable ID
|
| Unsupported Objects in a query | 26 Aug 2005 22:39 GMT | 1 |
How do I make an unsupported object into a support object when combining two queries?
|