| Thread | Last Post | Replies |
|
| Desperately need help with a Query | 28 Sep 2005 18:07 GMT | 7 |
I need to know if it's possible to do one thing and if yes how !!! Here's an example of an output of my DB (DB is Fiction of course,but the question that follow is for real) ID report# Test# Location depth
|
| Updating Table | 28 Sep 2005 18:04 GMT | 1 |
I'm running the following code in order to insert a field Prod_Date into the tablt tblRepairRLTemp. Based on the DATE_CODE in tblRepairRLTemp, it should lookup for that Date Code in the DateCodeLookup table and then substitute the Prod_Date with the corresponsing Date field ...
|
| Combo Box Query | 28 Sep 2005 17:47 GMT | 19 |
I am having a lil bit of a problem trying to do the Following ... I want to have a Query which brings up a Combo Box / Drop Down Menu when you choose the specific value, I need it to Display thos results.
|
| Displaying a Zip Code (5 or more digits) | 28 Sep 2005 17:18 GMT | 5 |
I have a query that displays guest zip codes, which are stored as text strings. I would like to add a dash between the 5th and 6th digit if the zip code is longer than 5 digits (eg, 12345 displays as 12345, and 123456789 displays as 12345-6789). I don't quite know how to code ...
|
| TRANSFORM and Avg() | 28 Sep 2005 16:25 GMT | 4 |
How do I tell the following SQL from a crosstab query to average the crossSell.newCustomers field **ONLY** if that field contains a value greater than zero (0)? I have tried enclosing the Avg function following TRANSFORM in an Iif statement, but I get an error message.
|
| Query Popup | 28 Sep 2005 15:32 GMT | 3 |
I have a query where I've placed brackets [Type Area Name] in the criteria section to get the standard popup so that the user can enter a name. This name is actually a drop-down field on my table. Is there a way to have this standard popup be a drop-down instead of a text box in ...
|
| Append query with different field names | 28 Sep 2005 14:36 GMT | 2 |
I will soon have access to an Access database from which I will obtain data using a query. I need to append a table in another Access database with the information from the first table. The field names in each table are different from the other table. For example, "Case
|
| How to get count of unique records in one-to-many query | 28 Sep 2005 14:05 GMT | 3 |
I have a SQL query that builds a list of shipping order errors. Each error report has one Purchase Order Number (PON) but may have many errors associated with that order. I aggregate errors based on Description and get totals of each type. Date ranges are automatically ...
|
| Delete duplicate values | 28 Sep 2005 14:03 GMT | 2 |
I have a table where I have a field called name. But there is a lot of equal names. How can I delete all the duplicated records and leave in the table different names. Thanks in advance.
|
| SELECT QUERY? | 28 Sep 2005 13:39 GMT | 3 |
Hello - I am not am expert at developing databases. I am working on a sales order database that will also track the shipping records.
|
| Dynamic subdatasheets? | 28 Sep 2005 13:27 GMT | 2 |
I would like to be able to dynamically add/remove subdatasheets (through VBA) when the user expands the record in the main query depending on the contents of the record expanded. In other words, expanding one parent record would result in one subdatasheet being shown, but a ...
|
| Why would a between and And operator not work in a query? | 28 Sep 2005 11:05 GMT | 1 |
I'm probably being dumb but I've put this in as a criteria on a query, Between [enter date] And [enter date] Unfortunately it only asks for the first prompt and not the last so I only get results if they are the same date as the first prompt. What on earth am I doing ...
|
| My parameter queries fail, whereas my select queries work fine | 28 Sep 2005 10:22 GMT | 4 |
I'm trying to make a relatively simple parmeter query using record numbers. All but the simplest such queries (ie, a simple record number) return one empty line where the records should be. Even a simple OR statement fails, that is, when I type the Or statement into the ...
|
| help me plzzz | 28 Sep 2005 07:49 GMT | 7 |
Hi,, If i had a report that looks like this: QtyOnhand Qty_initial Gain Loss 35 50
|
| Nesting IIf Statements | 28 Sep 2005 06:11 GMT | 2 |
I have a calculating field in a make table query that utilises the following IIf statement. SD: IIf([PolType]="10" Or [PolType]="11" Or [Poltype]="27" Or [Poltype]="28" Or [PolType]="19",DLookUp("[SD]","[TblCharges]","[Class] =" &
|