| Thread | Last Post | Replies |
|
| DCount function | 29 May 2005 01:47 GMT | 1 |
I'm having difficulty with the DCount function, not getting the results that I want. Field1A and Field2A are fields in TableA matching Field1B and Field2B in TableB
|
| how to locate currency records with too many decimal places? | 29 May 2005 01:13 GMT | 1 |
only example some records have $231.035, which shows when you click in it. how can i fiilter these out to correct them?
|
| Including a Sum from a calculated field in a query | 29 May 2005 00:00 GMT | 1 |
I have a subform that totals a list of values, then I place this sum in a form. The Control Source for the field containing the sum is as follows. Control Source: =[subfrmBasis].Form!TotalShares
|
| Criteria for query | 28 May 2005 09:40 GMT | 1 |
The query in question is linked with two tables. Table One has the route No. (Primary Key) while the child or table Two has the Action ID (Primary Key) with the RouteId from table 1 as its foreign key. I want to see the routes which have not been updated from date -30.
|
| Please help, update Query (2 tables) | 28 May 2005 02:45 GMT | 5 |
Not sure why, but I have one table with ID, DOB. 2nd table ID, DOB. When I try to update table2, Table1 field is emptied but table 2 not updated. Any ideas? Thanks
|
| Select query depending on two criteria | 28 May 2005 02:21 GMT | 1 |
I have a query that I want to select records based on two sets of criteria. I want to select if the ship date is less than two years OR there is a qty on hand. How would the query be setup? Thanks for your assistance.
|
| Totals Query from Multiple Tables | 28 May 2005 02:03 GMT | 1 |
I have 5 tables in my database each with a donation amount field. The ultimate goal is to make a report that displays the total seperately from each of the tables (based on a date range). For example, Donation Amount in Table 1 for all donations between 01/01/05
|
| SQL access 10,000 record limit | 27 May 2005 22:22 GMT | 8 |
I am using an access front end and sql backend, but my queries stop at 10,000 records although I know for a fact that there are more. Query analyser brings out the exact amount therefore i know that it is an access problem.
|
| Merging 2 tables | 27 May 2005 22:12 GMT | 6 |
I need to merge two tables together. Let's call them Names and Addresses. Names has one record per contact and about 10,000 records total. Addresses has up to 4 addresses per contact and about 400 records total. Names Table fields: (PK)id, firstname, lastname, etc.
|
| Query for Last Inventory Count | 27 May 2005 21:19 GMT | 2 |
I am trying to track inventory of products in multiple warehouses. I need to keep a running total at each warehouse so I can view and analyze historic usage at each site. To achieve this, I set up an inventory table for each warehouse. For my
|
| Error Message and not sure why Please help | 27 May 2005 21:13 GMT | 3 |
Hi everyone I got a form set up that is supposed to bring in to values from a table (TABLE A) and based on user entered information into the same form I got to do some simple math and store the data in another table (TABLE B). The
|
| Access SQL View qurey date function | 27 May 2005 20:59 GMT | 1 |
Below is a Query to drive an SQL2000 Access View query. I am trying to make the function work in the View. It works in the standard Access query, but not a View query. How do I need to adapt this function? The function is a date finction that says that a week starts on Monday ...
|
| How do I make this an Updatable Query? | 27 May 2005 19:25 GMT | 1 |
I don't understand the concept of what makes one query updatable and another not updatable I would like to update records directly from my form but this is not an updatable query. What do I need to do to make this updatable? .
|
| Need to count check boxes without getting negative numbers | 27 May 2005 19:03 GMT | 2 |
I have a query that only singles out my boxes that are checked. But all the numbers are -1. I know that's how Access recgonizes True, but now that I'm building my report I have -1,-2,-3. How do I just have it count positive not negative?
|
| Querying table based on conditions of entries in linked table | 27 May 2005 18:46 GMT | 1 |
I have a need to query an access database to find records where entries have all been completed in a linked table but x field hasn't in the originating. Data - Table 1 - intRefID
|