| Thread | Last Post | Replies |
|
| Subsorting in Query | 06 Mar 2008 22:21 GMT | 1 |
Is there a way to make multiple sorts work in a query. There are three fields I wish to sort on, datDate, txtCode, txtCompany. I would like to have the output in atDate order, Accending. Then within the output, I’d like to have the codes sorted, there are three types, X, Y, ...
|
| Counting Expression | 06 Mar 2008 20:16 GMT | 9 |
Can somebody please help me with this expression. The table is tblClassification, and the field name is "Class". The records in the table in the Class field are, "Students", "Teachers" and "Bus Drivers". I want to write an expression called Students and have it count all the ...
|
| Need help calculating queries & reports | 06 Mar 2008 19:46 GMT | 8 |
I have an Access Database 2000 to track performance. Within the db I have a performance table where user input their ID, date, part#, side, start sequence & stop sequence daily (there can be two entries per day). Then on another
|
| Complex Query? | 06 Mar 2008 19:30 GMT | 10 |
I'm looking for an easier way of setting up a query in Access. I know how to do the following in Excel, but I don't know how to do it in Access and I am trying to imrpove my Access skills. Basically, if I have a list of data as such:
|
| Calculate sum of a field within the query | 06 Mar 2008 18:33 GMT | 1 |
I have a query that returns the details for a failure record during a specified time period. Where if I search between 1/1/08 and 1/31/08 the query returns the records of all failure records during that period. The row shows the part number and the total parts failed for that ...
|
| Duplicate Label_id History | 06 Mar 2008 17:40 GMT | 6 |
I have a query that find duplicate scans for a certain day, but it the duplcate scan occurred today and was scanned on a previous day, I only see the single scan for today. I would like to know when the first scan happened. I have copied the SQL for the duplicate scans. Please ...
|
| Sort with Nulls at End | 06 Mar 2008 17:17 GMT | 2 |
I have a table that I am trying to use a query to sort by Phone Number. Some of the records have no phone number, when I sort ascending it gives me the records with no phone number first and then the populated ones. I would like to have it sorted with the nulls at the bottom. ...
|
| Getting querie to list everyone who has a specific key | 06 Mar 2008 16:46 GMT | 3 |
I have a database set up listing first and lastname and then keys that people have check out. Each key is in a different column but listed in the order they were checked out . This means Joe may have checked out key 58 in column 1 and Sally may have checked out key 58 in row 8. ...
|
| Can I search identical fields from multiple tables? | 06 Mar 2008 16:41 GMT | 3 |
I have a database to log details about staff in my school. I have a tables for staff details, courses, absence, educational visits etc. In each table I have a date field to show when the member of staff is not present.
|
| Change the default format of the query design view | 06 Mar 2008 16:05 GMT | 2 |
When I use the query design view, I have to increase the size of the table window (from which I'm selecting fields) sideways and vertically to see the field names more clearly and that also means moving the criteria grid further down the page to make room. Is there a way to ...
|
| Group by truncating field | 06 Mar 2008 15:28 GMT | 1 |
I have a simple query SELECT [Tbl Contacts].First, [Tbl Contacts].Last, [Tbl Contacts].Notes FROM [Tbl Contacts] GROUP BY [Tbl Contacts].First, [Tbl Contacts].Last, [Tbl Contacts].Notes;
|
| Avoid append queries too many times a day | 06 Mar 2008 15:28 GMT | 4 |
I created several append queries to append to add previous day data every morning. But, how can I build validation to the query so that I or anyone can't append the queries more than one time a day (which will create double the data)? Thanks
|
| Please Help with Multiple Field Primary Keys | 06 Mar 2008 13:05 GMT | 2 |
I have two tables in a database that have to use four fields for a unique identifier and primary key. How do I set up a query to set a relationship between those four fields together as one? When I add the tables to the query I see the fields, but I am not having any success ...
|
| Group Summary | 06 Mar 2008 12:45 GMT | 2 |
I want to know if there is a possible way of doing this. Your help would be much appreciated. I am able to do the count by each sport. Baseball 23
|
| Maximum value | 06 Mar 2008 12:17 GMT | 3 |
I have a table in the following format: ID Diagnosis Fraction 1 X48 0.01 1 Y52 0.5
|