| Thread | Last Post | Replies |
|
| Update query and also a sum. | 28 Mar 2008 13:39 GMT | 4 |
I have a problem here that I can't figured out a solution. I have a query this this fields and values: ProdctionNo Production Value1 Value2 Value3 Value4
|
| EDIT SQL without going into design view first? | 28 Mar 2008 13:38 GMT | 2 |
Is there any way in Access (2003) to edit a query's SQL statement without first going into design view? Some linked tables on our main database have inherited more than the maximum number of indexes that Access can support, and as a result
|
| correct IIF function in query field | 28 Mar 2008 13:13 GMT | 8 |
Can someone help me out with how to enter the correct expression in a field of a query? I want the calculated field to return "N/A" if the result of a formula is an error. The formula is =DCount("[UM]![13]","UM","[UM]![13]='Y'")/(DCount("
|
| insert a blank row | 28 Mar 2008 13:10 GMT | 3 |
It is possible to run a query to inser a blan row in my table? If yes, can you please let me know how can I riight SQL? Your help is great appreciated,
|
| AutoNumber that changes with a value | 28 Mar 2008 13:00 GMT | 3 |
Ineed to create a Make Table quey that will apply an auto numbertha resets with a change of value in a speciffic field. The end result would be to create a cross tab with the AutoNumber values as the column heading. For example I have a database of circuits that feed customers. ...
|
| Select by first three digits | 28 Mar 2008 12:28 GMT | 3 |
I would like my parameter query to bring back records by the end user typing the first three letters of a description. There should also be the option of leaving the parameter blank to return all records. Can this be done?
|
| Parameters as Select items | 28 Mar 2008 06:19 GMT | 1 |
Is it possible to use parameters in the select line e.g. PARAMETERS Param1 Text ( 255 ); SELECT [Param1] AS Expr1 FROM Customers
|
| Access Query error locks design view | 28 Mar 2008 02:41 GMT | 1 |
I have a query that has a syntax error. The pop-up error window takes focus and one cannot use the design view window to make the needed correction. If one closes the error window, the design view window also closes. One cannot access the SQL view to make the needed changes ...
|
| Calculation in Parameter query | 28 Mar 2008 00:31 GMT | 2 |
Is it possible to create an expression based on a parameter query?
|
| Query Make Table Name from Form | 28 Mar 2008 00:31 GMT | 2 |
I have eight text boxes from which I filter data on records on a form. I want to make a table using a Make Table Query with the Name of the Table being the contents from Text Box 1 and Text Box 8. Does anyone know if and how this can be done without using VBA?
|
| how do i separate an address field into three fields Access 2007 | 27 Mar 2008 23:49 GMT | 7 |
I have a table with one address field of street address, city, state and zip and need to split them into 4 fields. Is there sql I can use in an update query to do this? I used one to split the name field into two fields -- Left([fullname], InStr([fullname], " ") - 1) and ...
|
| Flipping Tables from Rows to Columns | 27 Mar 2008 22:54 GMT | 2 |
I have a recurring problem. Table A has these fields in each record: Account - Month/Year - Edition - Amount For any account there are records for each month + year, and for every account + month + year there are records for several different "editions".
|
| Including a variable in an Append (Insert) query | 27 Mar 2008 22:16 GMT | 3 |
I have the following VBA code that is supposed to insert values into a table based on a select statement and a variable. lngID is a variable that is being defined earlier in the coe. What am I doing wrong here? Thanks in advance for your help
|
| query with isnull or | 27 Mar 2008 20:08 GMT | 3 |
I have a query that needs to display only the records that the field [Title] is blank or "Project Manager" I get only project manager or nothing at all. Please help...
|
| GROUP BY | 27 Mar 2008 19:25 GMT | 3 |
I have a query where I am looking at forecasted vs. actual hours charged. Hours are forecasted by months. And charged weekly. Both are pulled into Access from other programs. Heres the thing. The dates are pulled in as: 2/15/2008. Since I want to
|