| Thread | Last Post | Replies |
|
| Pivot table like results from query | 31 May 2006 17:06 GMT | 2 |
I know this should be easy, but I can' t figure this one out to save me. I have two tables, linked by unique serial number. I am pulling date/time from one table and their process codes from the other.
|
| Convert overpunch characters to currency | 31 May 2006 16:35 GMT | 4 |
I have received a text file where currency is indicated in a format called overpunch characters. An example is "00000015{" (without the quotation marks) which needs to translate to $1.50. The last character determines both the last digit of the currency sequence as well as the ...
|
| Access queries should have comments | 31 May 2006 16:33 GMT | 1 |
I'm just wondering why the Jet db engine can't use comments. It should be a simple task to add that token to the engine. Most other db engines accept some sort of comments. Certainly ANSI SQL accepts them. Even if it's some Microsoft proprietary character to signify a comment ...
|
| Problem with SUM Query | 31 May 2006 16:29 GMT | 5 |
In my building inspection database, I've created a query, based on a single table, that adds up the values for repair works (Capital Cost) at each site and based on my expression, assigns an overall condition category for each site.
|
| Select everything but the last three numbers in the field query | 31 May 2006 15:32 GMT | 2 |
I have a query that select the first 14 chars from the field. The field data is something like the following PGLV120060215-AT001 DLLCV220060310-AR002
|
| Why do Access queries stop working if I use more than 2 criteria? | 31 May 2006 15:23 GMT | 7 |
My queries work fine up to a point but if I enter any more than 2 criteria it seems to 'drop' one of them. It means that I can't look for specific data. Am currently using Micrsoft Access 2003.
|
| Jet/Query editor destroys query... | 31 May 2006 15:04 GMT | 3 |
Ths following query *actually runs OK* - until Access opens it in the Query editor (opening it in either the Design or SQL views will break it with subsequent attempts returning an "Invalid Bracketing" SQL syntax error). SQL: SELECT KOSTL, NAME, SAP_PLANT_NO FROM (SELECT ...
|
| Select query populating list box | 31 May 2006 13:41 GMT | 10 |
I have built a search form that has three unbound controls. On is a text control that the user can input the company name or contact and the other two are date controls where the user can put in a date range. Here is the sql
|
| Subracting One SQL Query from another SQL Query | 31 May 2006 13:08 GMT | 3 |
I have a table with various data, I need to make calculations of this data in many ways. I currently have two queries that are doing a count of the data shown below and I want to subtract one from the other for a seperate query for a report. Any ideas?
|
| Search for Same Criteria Multiple times | 31 May 2006 12:59 GMT | 2 |
I'm making a Cut list for a Department for materials based off a Product ID. When I enter all my Product ID numbers into the Criteria I want the materials for, if I have 2 Product ID's....Access groups them into one ID when I run the Query.
|
| >> Change data source | 31 May 2006 09:05 GMT | 4 |
Hi, I have set up a bunch of queries linked to a test data source. I now want to change the data source to the live data source. What are the steps that I need to follow in order to change the data source (DSN)?
|
| Linking Date Based Data | 31 May 2006 08:17 GMT | 2 |
I have two tables - Transactions and Rates. Table: Txns Refce TxnDate Curr Amount 10 21/03/2006 USD 10.87
|
| Parameter in IN clause | 31 May 2006 03:03 GMT | 4 |
I want to so something like INSERT INTO MyTable IN [Enter the path to a database] SELECT * FROM MyTable WHERE UserID = [Enter User ID] I know the second parameter part is possible, but has anyone successfully
|
| Find and replace | 31 May 2006 00:45 GMT | 3 |
I export a file in on a monthly basis and use the information to create a report. The problem is that one of the fields the information is more than 27 characters and causes problems with the report if over. The field contains titles, I created a new table that has the old titles ...
|
| Ranking a calculated column | 30 May 2006 23:33 GMT | 2 |
I've read through the threads and haven't found anything that has helped. I have a calculated column that I would like ranked. It shows average application production - here's the calculation that I use: Round(Sum([Total Life])/Count([ST_Code]),2). Article ACC2000 didn't work ...
|