| Thread | Last Post | Replies |
|
| Problem with Select MAX query | 03 Apr 2007 14:46 GMT | 4 |
Hello I am a newbie in Access 97. When I run the query : SELECT DISTINCTROW MAX (TbTrans1.Date) FROM TbTrans1
|
| date - age query | 03 Apr 2007 14:28 GMT | 4 |
in design view have a DOB field (date of birth) need the query to find those 18 and older....thus the criteria would need to be a DOB that is: < CurrentDate - 18 years
|
| trim non numeric values from within a query. | 03 Apr 2007 12:58 GMT | 4 |
I have inherited a database that has rather a personal method of taking telephone numbers i.e. 12345c ext 1234, Mob12345, EX12345, 12345ex dir etc... I want to run a query that will trim out all the non numeric chaacters but don't know where to start.
|
| query timeout | 03 Apr 2007 12:33 GMT | 1 |
I am having problems with 1 query. I keep getting a timeout error. I have changed the timeout value in the control panel on the data source, I have changed the timeout under tools/options and I have also changed the timeout value on the query itself and no matter what I do I ...
|
| Passing variables to a cross tab query | 03 Apr 2007 10:32 GMT | 1 |
Is there any way that I can pass a variable (year) to a cross tab query. I know I can "hard code" it into the query itself as a selection but I want to leave it so that a user coming in after me can change the year without having to access the query itself? If I can not do this, ...
|
| A nice quick easy one... | 03 Apr 2007 08:24 GMT | 9 |
...though I'm not so sure myself! Hello, From the following list in a query product
|
| Filtering only recent records | 03 Apr 2007 07:20 GMT | 4 |
Irun a query to build a temporary table of staff who have completed a training course in the last 12 months. Some people have done this course twice in that period. Can someone advise how to alter the code below so that is only shows the most recent date entry per
|
| Info from more than 2 tables in query | 03 Apr 2007 05:42 GMT | 2 |
I have a table than joins several other tables and it consists mostly of AutoNumber records. The query gets the results I want, but displays them as AutoNumbers. Whenever I try to add another table to get meaningful descriptions I get an error of either Left or Right Join errors ...
|
| Access 2000 Adding subquery 16 to query causes massive slowdown | 03 Apr 2007 04:21 GMT | 9 |
On building a query based on 10 subqueries, the time to run is pretty fast. On adding 5 more for a total of 15, it's about 20 seconds. If I add even one more, the query doesn't come back. I only need 22 subqueries and my work is done...
|
| Sorting Using Format - Format$([DateFromTable],"mmmm yyyy") | 03 Apr 2007 02:48 GMT | 1 |
In a query, under field, I have the following: Month: Format$([dateQArelease],"mmmm yyyy") In this query I also have Analyst and Count: Analyst. This is an example of a line from the result returned:
|
| how to make a query based on matrix | 03 Apr 2007 02:41 GMT | 1 |
I have a very complex matrix of 15 columns and 70 rows. The matirx has 49 potential results. Each of those results in one of 17 codes. I have 20000 lines of data that have the various factors that are part of the matirx and need to eventually end up with one of the 17 codes. I am ...
|
| filter word length and delete letters | 03 Apr 2007 02:21 GMT | 5 |
Hi there I would like to be able to filter words with a certain length and format and then delete the last 2 letter of that word using a query update. Any ideas?
|
| Distribution of values over multiple quarters | 03 Apr 2007 02:15 GMT | 3 |
For financial and budgeting purposes, we want to allocate a total project value across the 4 quarters of the year based on the start and end date. I'm looking at calculating either a weekly or daily average based on the date range but I'm stumped as to how to best distribute the ...
|
| query with null values | 03 Apr 2007 02:11 GMT | 5 |
I have an access 2003 db and I wish to produce a report. The report is based on one record and its information. The information is contained in the 'main table' and some of this information is obtained by selecting from a cbo attached to a 'look up table.'
|
| Possible to Edit Query - Got Two Seperate Tables? | 03 Apr 2007 02:06 GMT | 4 |
Got a query with two tables in it, but when in database view or in a form using the query, you can't edit the data. Anyway to fix that? Curtis
|