| Thread | Last Post | Replies |
|
| Create a SQL on a calculated filed | 31 Jan 2007 22:00 GMT | 1 |
I have a querry that contains few calculated fileds. Then ii would like to add a row that would display one of my records if calculated fields meet a certain condition. It doesn't work using the SQL view in Access.
|
| Query for a Quartely Report | 31 Jan 2007 21:52 GMT | 2 |
I checked help, the Internet, and this forum, but couldn't find an answer to my question. We have a table that lists thousands of records for the year 2006. I want to build a query for a report grouped by quarters for the year 2006, using the [Date_Filed] field. I tried the ...
|
| Update Query, updating wrong table | 31 Jan 2007 21:30 GMT | 1 |
What am I doing wrong? Here is the SQL of the update query: UPDATE tblTestUpdate INNER JOIN tblImportProducts ON tblTestUpdate.MaterialNumber = tblImportProducts.MaterialNumber SET tblImportProducts.Each = [tblTestUpdate].[Each]
|
| Edit a Querry | 31 Jan 2007 20:25 GMT | 4 |
I have a column of numbers ranging from -15 to +95 in a query. In the next column over I want to convert all numbers in the first column above 15 to 1, all numbers above 0 but below 15 to 2 and all numbers below 0 to 3. Please help. Thanks
|
| Parameter query question | 31 Jan 2007 19:11 GMT | 4 |
I set up a parameter query where the user enters a date. For some reason, the "enter parameter value" box now comes up twice and the user needs to enter the date twice before viewing the query results. I looked at the query in design view and nothing has changed on it. Any ...
|
| Problem with query. | 31 Jan 2007 18:54 GMT | 3 |
I have the following data in a query: ID Cust NAMECUS SumOfBASE Assests Lives 615 Cohn Real 5000 692 Gora 18 19387
|
| Merging With Microsoft Word | 31 Jan 2007 18:41 GMT | 1 |
My problem is a two stage situation. 1) I was given a word document that has over 4,100 separate data items and it was designed to be a merge document. Will it be possible to use an Access database to hold the data?
|
| Return just the first record that fits the parameter | 31 Jan 2007 18:18 GMT | 9 |
This is the SQL: SELECT tjctPlanProc.PlanID, tblPlan.PlanNum, tblProcess.ProcName FROM tblProcess INNER JOIN (tblPlan INNER JOIN tjctPlanProc
|
| Error 3700 | 31 Jan 2007 18:10 GMT | 3 |
I keep getting an error message saying "Invaid precision for decimal data type" when I try to run the query I've included below. How can I get this to work? (I'm using the design grid, but I thought it might be easier to understand
|
| Count totals for each group/set by how many occurrences they appea | 31 Jan 2007 17:27 GMT | 2 |
I have a query that lists the results of a quiz. The key field here is 'Run_No'. This represents a group or session. I want to to summarise the top 10 occurrences of 'Run_No' denoted by how many times each Run_No occurs in the example table below.
|
| Max Function Help | 31 Jan 2007 17:08 GMT | 1 |
Is it possible to do a max expression with a constant in a query? I have tried to no avail. What I need to do is have it display the max of [Acreage Price] or [200]. [Acreage Price] itself is a function of [Total # Acres]*.25. I tried doing a huge expression with the hopes of ...
|
| How To Find Missing Text Data? | 31 Jan 2007 17:01 GMT | 4 |
I have a database system here that is supposed to create certain Cost Codes for every Job/Phase that is created. This is an automated process and generally works great. Sometimes tho, It will not create the Cost Codes needed and this causes errors later usually discovered when ...
|
| Query problem when adding two fields | 31 Jan 2007 16:31 GMT | 1 |
I have an access database with 2 fields, one is a beginning balance the other is adjustments. The sum of beginning balance +/- adjustments is my ending amount. My problem is when there are no adjustments (ie the adjustment field that
|
| I need help on my formula | 31 Jan 2007 16:29 GMT | 1 |
I have a formula where =IF(D16>D15,"FAIL","PASS") but I need to add that if d16 is blank then d19 needs to be blank and not put in Pass or Fail. Can someone help me.
|
| Record Number automated in Query | 31 Jan 2007 16:19 GMT | 1 |
How can I get the record number in a query that shows at the botton on the navigation bar? I have one table with 65 records. I want to divide this table in queries of 20 records only in alphabethical order(name field); if query 1 is from A-F, then query 2, should conitnue from ...
|