| Thread | Last Post | Replies |
|
| How to manipulate data based on the results in a query | 15 Aug 2006 17:32 GMT | 2 |
Hello... I need help. Based on the results of a query..I want to have 1 of 2 things happen. --If the query returns no data, I want to have a message box pop up and then
|
| How can I keep a table from limiting my query results? | 15 Aug 2006 17:17 GMT | 1 |
I am pulling tables out of Lotus Database to create reports. The issue I am having is that some tables have data for a specific record and some do not. For example, all of my locations have transaction data, however only a few of them have any robbery data because they have not ...
|
| Run a query prompting specific table name | 15 Aug 2006 16:29 GMT | 1 |
I want to run a report from a query or straight from a table. Is it possible to give the report or query criteria for choosing a specific table? I add a new table each week and do not want to have to change the current
|
| make table query SQL | 15 Aug 2006 16:23 GMT | 1 |
I'm reviewing a db sent to me by a colleague. It appears to have a make table query in it, with the following SQL: SELECT tblELR.ID, tblELR.[Effective Date], "N/A" AS [Asset Number], tblELR.Description, tblELR.Vendor, "N/A" AS [Manufacturer Name], [Amount
|
| Need help with dynamic query | 15 Aug 2006 16:09 GMT | 3 |
i have 2 tables, one with employees and the other with 10 locations (branch 1, branch 2, branch3 etc.). Each employee must select a branch, but cant use the same branch twice, so if user1 used branch 5, I want the query to ONLY show 1,2,3,4,6,7,8,9,10 for user 1. (The ones he ...
|
| Docmd.TransferSpreadsheet | 15 Aug 2006 15:39 GMT | 5 |
Can anybody give me some code for the Docmd.TransferSpreadsheet command, which i can adapt for my database (or know where to get it)? I need to be able to create a command button which will export a number of tables into the same workbook at the same time. Ideally, I would
|
| Move from one table to another one value is wrong | 15 Aug 2006 15:24 GMT | 2 |
After parsing i move the values form tblcustomer to tblRequest. There are too many spaces in all the field of tblcustomer but they all move good accept field Account number. Below is the query which i use to move values but it still give me last
|
| Division by zero | 15 Aug 2006 13:29 GMT | 4 |
I have been able to use the following code to display results on a report. I am trying to use this same code in a query but I keep coming up with errors including "Division by zero". Some of the fields will be null and cannot have a "0" for the value. The result of this ...
|
| DDL SQL, DAO3.6, dbFailOnError | 15 Aug 2006 13:17 GMT | 2 |
My code works, but am I doing something slightly wrong? If the table doesn't exist an error is raised. Notice, I didn't specify the dbFailOnError option. Is that normal behavior? Is it a difference between DDL and DML SQL, or
|
| Sum Query Help | 15 Aug 2006 13:16 GMT | 2 |
I have a query that works as I want except that I want total by agent by state. It is returning total by agent by state by month. My query: SELECT DISTINCT
|
| Update Query from table | 15 Aug 2006 12:40 GMT | 4 |
I need to update a summed value from table WO to table Table1. In table WO, I have fields: PartNumber, Quantity, and WONum. The is the many table. In Table1, I have fields: Component and TotalQuantity.
|
| Blank Records Retrieved on Query | 15 Aug 2006 09:59 GMT | 2 |
I have a query that works fine except that a blank record appears at the end of the retrieved records. This blank record also appears on the form on which uses the query as it's record source. How can I stop the blank record appearing in the query and/or on the form?
|
| In my crosstab query I want it to enter a "0" for null values. | 15 Aug 2006 06:37 GMT | 8 |
I'm running a crosstab query and in my sum column I want it to put a zero if there is no value. I know how to do it with regular queries, but am running into problems with a crosstab. Can it be done?
|
| query from multiple tables | 15 Aug 2006 06:14 GMT | 3 |
I got a table "tCorrespondence" where i have lots of combo-fields linked to sub-tables. Somebody told me to store the reference number (id from sub-table) but not actual text in the fields of main table. Which i did, and all was fine with
|
| Defining Default Value for a Field | 15 Aug 2006 05:10 GMT | 1 |
Hi buddies, I'm having troubles to create a table, by a SQL statement, wich one of yours columns have a default valeu. The statement that I'm executing is something like this:
|