| Thread | Last Post | Replies |
|
| iif #Error then | 23 Aug 2006 02:42 GMT | 4 |
I have a query that may result in a linked table with no data. The result it gives me is #ERROR. I want to change the message to be TBD. I tried the below IIF statement and I still get the #ERROR. PO DUE: IIf([DUE DATE]="","TBD",[DUE DATE])
|
| Query and Report "enter parameter" | 23 Aug 2006 02:38 GMT | 2 |
I have a query and report for a table with several Names in it. The query is set up so that the criteria (under Name) is [enter name]. When the report is run, it prompts for the name and issues a report for that name. Is there something I can enter for the prompt so that it ...
|
| Query Access 2007 "Disbled Mode" | 22 Aug 2006 23:58 GMT | 1 |
I setup a new Access Database in 2007 but saved it as 2003. I linked ODBC three tables to a SQL Server. I then wrote a Make Table Query that had a criteria for a certain type of record. When I run the Make Table Query it says in the lower left corner the following error:
|
| Query AND vs. Or | 22 Aug 2006 23:46 GMT | 3 |
I'm trying to exclude certain records i.e. containing either red, white or blue in one field. can someone explain Not like "red" AND Not like "white" AND Not like "blue"
|
| hide duplicates in related records | 22 Aug 2006 22:39 GMT | 6 |
I have a query that is showing info like this: Name Thing Date A A1 MAY A A2 MAY
|
| Percent calculation based on cross-tab query | 22 Aug 2006 22:06 GMT | 6 |
I have a cross-tab which works exactly as I want it to - a simple sum of all value for a given month for each supplier: TRANSFORM (Sum([xSqFtTable].[SqFt])) AS SumOfSqFt SELECT xSqFtTable.Name, Sum(xSqFtTable.SqFt) AS [Total Of SqFt]
|
| suppress warning when export from query to excel | 22 Aug 2006 21:46 GMT | 1 |
How to suppress overwritte warnings whan export from query to excel? I have DoCmd.SetWarnings False but it still gives warning when overwrite existing file. Private Sub cmdGetIt_Click()
|
| Using Between with General Date format | 22 Aug 2006 21:40 GMT | 3 |
I have a field that is set as a General date and contains date and time. Example: 7/31/2006 11:18:00 PM. I'm using Between with parameters: Between [Enter begin date] and [Enter end date]
|
| Access query does not show grid line at the top when you print it. | 22 Aug 2006 21:08 GMT | 1 |
When printing an Access Database query, the grid line does not show at the top of the heading (first row). How can I make this appear. I am using Access 2003. Thanks!
|
| create a query to delete all records in a table | 22 Aug 2006 20:56 GMT | 5 |
Is it possible to create a query which deletes all records in a table? Sort of a reverse append query?
 Signature Brevity is the soul of wit.
|
| Creating a query with multiple items from a single field | 22 Aug 2006 20:45 GMT | 1 |
is there a simple way to create a query to retrieve multiple field components? by this i mean i need to pull data on specific people within our database. is there a way that i could enter ALL of the names of these people to return the data i need rather than querying them one at ...
|
| Inserting text containing a vertical bar by code | 22 Aug 2006 20:41 GMT | 4 |
Does anybody know how to insert a text containing a vertical bar (|) into a text column by code? I'm inserting rows to a table by code using CurrentDb.Execute strSQL, and everything runs fine until the SQL string contains a vertical bar
|
| hide duplicate fields in related records | 22 Aug 2006 19:59 GMT | 4 |
I have a query that is showing info like this: Name Thing Date A A1 MAY A A2 MAY
|
| DSUM criteria | 22 Aug 2006 19:58 GMT | 3 |
I've got this SQL in a select query called 8_qselWF_Prod: SELECT Year, Period, Entity, Function, Prod, AllocMeth, Sum([Sum Monetary Amount]) AS ProdAmt, CDbl(DSum("[ProdAmt]","8_qselWF_Prod")) AS ProdTtl, CDbl([ProdAmt]/[ProdTtl]) AS Pct
|
| Query for combo box | 22 Aug 2006 19:50 GMT | 2 |
I have a combo box with which users choose a particular staff member. There is a second combo that is then limited to clients of the staff member chosen in the first combo. It all works great except for one problem: I have a "generic" client that is used for certain types of ...
|