| Thread | Last Post | Replies |
|
| Compare Addresses | 30 Mar 2007 02:58 GMT | 1 |
Please Help. :-) I have two tables that have two fields of addresses. I want to create a query that can campare the first 5 charecters of these fields only. For example, 1223 Back Street and 1223 Back St. shouldn't be executed because they are
|
| Total less MAX and 2nd Largest Values | 30 Mar 2007 00:44 GMT | 1 |
I've been reading other posts and I'm still confused. Here is my problem. I have records that have 6 different test scores. I want to find the total of the lowest 4. I know access is not excel but this seems like this should be easy to do. So I have [Student], [Tests 1-6] and I ...
|
| consolidate queries | 29 Mar 2007 23:44 GMT | 1 |
I have many too many queries, which I use to gather data for a report. I hope someone can suggest how to consolidate them. For example, 8 of my queries are of the exact same form, except the value of one field is one of 8 possibilities. Here is the SQL for the qCUS query:
|
| Column Total | 29 Mar 2007 22:49 GMT | 3 |
Is there a way to display column total in a query? I have a query that gives me Prior year sales and current year sales but I would like to include column totals for both columns. Is this possible? Here is my query.
|
| How do you pick out the last two characters of a field in a query | 29 Mar 2007 22:36 GMT | 2 |
I want characters 15 & 16 of a 16-character field.
|
| Crosstab query (undefined function "format" in expression) | 29 Mar 2007 21:42 GMT | 3 |
I am developing training material to teach how to use crosstab query wizard. My example is to show how many employees were hired each year for each department. I chose department name for row headings and "Hire date" for column headings and selected "year" for the interval and ...
|
| NO DATA - Create Zero Values | 29 Mar 2007 21:40 GMT | 1 |
(To start, I hate the way our database managers setup this database.) One of our databases is setup such that when a price adjustment is created, the row of data reads something like -- FROM TO ADJ
|
| Creating Static Column Headings in Crosstab Queries | 29 Mar 2007 21:27 GMT | 5 |
I have a crosstab query I am using on a form with a subform. For some reason I can not get the columns to change when the dates change in query. Please help! The following is my SQL Statement:
|
| Query Help Please | 29 Mar 2007 21:14 GMT | 3 |
Can someone help me with a query. I have a table like below ItemNo CostType 12345 a
|
| If there isn't any data... | 29 Mar 2007 21:12 GMT | 3 |
I'm working on a query that counts how often certain types of contacts happened between staff and clients, how many hours were spent on those contacts, and how many clients were involved. For example, let's say, in Feb. there were 10 visits between 7 clients. Those visits came ...
|
| SQL SYNTAX ERROR ON JOIN OPERATION | 29 Mar 2007 21:00 GMT | 4 |
can anyone see what i am not see...the sql bellow give me a syntax error on join operation, but i dont see where. is it because there are too many joins? SELECT MSM.ModelNumber, MSM.Desc1, MSM.Desc2, Spring.Spring, Label.Label, Size.Size, Needle.Needle, Pattern.Pattern, Config ...
|
| #Error In Query Problem | 29 Mar 2007 20:40 GMT | 1 |
I have a query where in one column I have a calculation that is suppose to return a "G", "Y", or "R". However, due to non-existing values for some instances of the data used in the calculation, I get "#Error" for those values. However, I'd like to get the "#Error" to be ...
|
| Working with Dates | 29 Mar 2007 20:22 GMT | 3 |
I currently have a crosstab query that I used to count the number of each type of employee compliant and summarize by quarter. For example: Q1 Q2 Q3 Q4 Human Resources 1 0 2 1
|
| Paste from Word 2003 to Excel | 29 Mar 2007 20:11 GMT | 1 |
When I copy text from a formatted survey type word document, and try to paste it into an Excel spreadsheet from the same source, the text will split up and spill into cells below it, even though the cell size is easily large enough to hold it. Sometimes it will spill to multiple ...
|
| VBA input, add to query | 29 Mar 2007 19:58 GMT | 11 |
I want to use an inputbox in the Form_Load event, and then use that input as a parameter in several queries. Is that possible? How would I put the input values in the queries? (My form uses the data from several queries.) TIA
|