| Thread | Last Post | Replies |
|
| HELP with matching problem | 25 Nov 2005 10:37 GMT | 2 |
I'm stuck with a query I can't seem to be able to write, would be very grateful for help. This is Access 2000. I have 5 tables - table 'persons' with identifier personID (+ some fields)
|
| median function on parameter query | 25 Nov 2005 08:37 GMT | 6 |
I'm looking for a median function in Access for using it in querie with "group by". I did find a few examples of good VB-code, where I even can suppl optional criteria. This way it is possible to use it on "grou
|
| Query using the current record and the previous one | 25 Nov 2005 07:06 GMT | 1 |
I have a table containing those fields: VehiculeNo Date Odometer
|
| Setting ODBC Connection string of Pass thru query dynamically | 25 Nov 2005 06:51 GMT | 1 |
I have the ODBC Connect str of access 2000 pass thry query ,pointing to oracle driver.How can I set the ODBC Connection string of Pass thru query dynamically from the VBA code. I want the string to point to production environment or development environment based on the choice ...
|
| Query: daily percentage change | 25 Nov 2005 06:40 GMT | 3 |
I need to build a query that returns a daily change from a table. I need something like this: Date Value@date Value@date-1 (Value@date / Value@date-1) - 1 Or else, just the first and last field.
|
| filter out randomly? | 25 Nov 2005 05:39 GMT | 3 |
Can I ask Access to filter out say, 100, randomly chosen records from a large list? ie no criteria but just specify the number of random records I want? Thanks Sally T
|
| Queries | 25 Nov 2005 01:26 GMT | 5 |
I have mutiple queries set up to manipulate a single table different ways.When I update my table it is not reflected when I run my query,why?
|
| Queries and Combo Box | 25 Nov 2005 01:21 GMT | 1 |
I have a form to make the invoice. It has one cbo (Information abou Clients) and inside this form I have a subform whit a cbo (Products) One client can to buy several products by an agreement. I made a query to view the clients related with the products and
|
| invalid syntax | 24 Nov 2005 19:13 GMT | 8 |
this is a simle query comes from a table1, SELECT Table1.number, ([Table1!number]) AS code, Table1.name, Table1.surname FROM Table1; i cant understand why im changing the code field to-->Left([Table1!number], 2)
|
| How to set up a rolling year criteria in a query run via macro? | 24 Nov 2005 17:41 GMT | 6 |
I've got a query which looks at rolling year to retrieve data and I'm not able to set it to run via a macro because of the date criteria. Every week I have to go into the design of the query and change the dates to include last week. Is there a way around this?
|
| Between Clause | 24 Nov 2005 17:02 GMT | 3 |
I have the following formula in a query in order to retrieve records that fall between two dates: Between [Start Date] And [End Date] However, when I run the query it doesn't include records for the end date
|
| Deleted Records? | 24 Nov 2005 15:30 GMT | 2 |
Here’s what I have and did with two tables. Have tableA (91K records) that has duplicate records. Created a blank tableb from tableA structure and made primary keys on selected fields. Appended tableA to tableB. TableB now has unique entries, about 41K records.
|
| how to make a query using SQL to get customer info by typing telep | 24 Nov 2005 14:10 GMT | 4 |
how to make a query using SQL to get customer info by just entering the telephone number?
|
| Run time query calculations | 24 Nov 2005 13:48 GMT | 2 |
i have a quantity feild in a table of stock entry, i also have another quantity feild in a table of item sales.i want to the quantity sold to always be subracted from the quantity in stock and the result to be the basis for the the next calculation such that the quatity feild in ...
|
| HELP - Use the LIKE (*) to find a word anywhere in the field. | 24 Nov 2005 13:25 GMT | 2 |
I have two drop down boxes for the user to search for a product one is by Reorder# and the other by NameOfItem. I am thinking about using an underlying query To prompt the user for a word . Like ([Type a Word]) & ("*")
|