| Thread | Last Post | Replies |
|
| recordset from a query on a query not updateable | 06 Dec 2005 03:51 GMT | 1 |
I have a simple table and have built two queries on this table each of which filters for a different condition. I've then put both of these queries in a new query to produced a recordset returning both results filtered for (to link child and master in a subform). I've joined ...
|
| Updating records in a table | 06 Dec 2005 01:20 GMT | 1 |
I want to create a query that will update all records in a table that are null by an incremental value. In other words I'll run a report on Monday and run a query that will assign a value of "1" for each of the seven records that were entered that day. If I run a report on ...
|
| Query Part of Text Field | 06 Dec 2005 01:04 GMT | 5 |
I'm sure this is something ridiculous I'm overlooking, but I can't find reference to it in any of our Access support books, nor on various websites. I've got a sort of HR/Contact database built, very basic with all the info in one data set. One field, titled COMPETENCIES, is set ...
|
| Last day of month that isn't saturday or sunday | 05 Dec 2005 22:20 GMT | 3 |
Is there a quick formula to look at a date and calculate the last day of that month that isn't a Saturday or Sunday. Date field is InvDate. Thanks Brent
|
| multiple table difference | 05 Dec 2005 21:49 GMT | 3 |
I'm attempting to use a query to add up the charges in a record from a table and two corresponding records in another table and then return a result if there is a difference between the known total and these calculations. My query below works fine for adding up charges from a
|
| combining queries that display totals | 05 Dec 2005 21:34 GMT | 9 |
I have three queries that are similar and I want to combine them if possible. The first provides a list of organizations and a total of the number of "subgroups" assigned to each one.
|
| parameter to query from option group | 05 Dec 2005 21:33 GMT | 1 |
What is the appropriate syntax to referenc the value of an option group in a query? I currently have: CODE Like
|
| Comparison query | 05 Dec 2005 21:10 GMT | 2 |
I have several columns that contain numbers. I want to create a query that will only display those rows which have values that are progressivly larger...ie if column1 is less than column2 and coulumn2 is less than column3....and so on to column10
|
| Pass-thru Query Fast to Display, but slow to move to lines lower in results. | 05 Dec 2005 20:56 GMT | 1 |
I have a Pass-thru query that displays results almost immediately. But if I try to look down in the table of results, it takes forever. Also if I try to do a make table using the Pass-Thru query it takes hours to make the table.
|
| formula to calculate mileage on report | 05 Dec 2005 20:48 GMT | 6 |
I'm setting up a access database to keep up with gas receipts, mileage, etc for company vehicles. I need to be able to calculate for each vehicle the number of miles traveled each month based on the odometer reading. On every gas receipt the odometer reading is recorded. What ...
|
| Select Query for a Parent-Child Relationship setup | 05 Dec 2005 20:28 GMT | 1 |
Thanks in advance for any help, comment or otherwise, anyone can provide for my question. This is the first time in over three years I have worked with a database and I have inherited two tables that are related but have not relationship built in. My primary goal right now is to ...
|
| Group By Query | 05 Dec 2005 20:12 GMT | 4 |
I am trying get a count of records for a lead location where the record number is greater than a certain number. It does great for selecting and counting the number of records for each lead location but it bombs when I try to give it criteria for which records to count. What am ...
|
| Treat table data as formula in a query? | 05 Dec 2005 19:27 GMT | 3 |
I ran into a uniuqe problem, that I'm hoping I can get a different viewpoint on. A year or so ago, I wrote a database application that pulls Subcontractor informtion (address, etc) from a 'contacts' table and
|
| how do I autonumber rows in an access query | 05 Dec 2005 19:15 GMT | 2 |
I am looking for a way to number the rows in a query result. Example: Row1 Row2 A B
|
| Repace function in a query | 05 Dec 2005 18:21 GMT | 6 |
I'm attempting to use the Replace function in a query and get a "Function Undefined" error when running query. However, the Replace function is working fine in a module and debug window in the same database. I have some text fields with double quotes in them (ie: like "this") ...
|