| Thread | Last Post | Replies |
|
| Repost with correct subject: Need help with Query to select oldest date | 28 Jul 2007 03:10 GMT | 11 |
I hope I can say this half way intelligently. I have a record set with 2 date fields (One in date and One out date) I have a query to select the records between a specific date range (no problem) now problem: I need to also select the earliest date in at the same time. So thus ...
|
| Adding area code to old database | 28 Jul 2007 02:44 GMT | 3 |
I am working on an old database where the area code was not a part of the phone number. Of course, now there is a new record that has an entirely different area code. Is there a query I can use to add the area code to the 700+ records already
|
| searching all tables | 28 Jul 2007 02:40 GMT | 7 |
I have a database that has several tables in it. Each table contains each years information. I want to be able to search all the tables for one certain record. This record is a unquie number, but is not in numeric order. I want to be able to put in the number, and have it search ...
|
| convert range of numbers in one record into range of single-number records | 28 Jul 2007 02:39 GMT | 15 |
I have a table of product registrations. All entries have a product number. Some entries have a single serial number, and some have a range of serial numbers. I would like to remove all records containing a range and replace them with multiple records, one per number in the
|
| Parameter Query - "a value you want to insert in a field" | 28 Jul 2007 01:40 GMT | 6 |
Hello. I need to prompt users to enter data into the address field of a form before moving on to the rest of the form. I believe that a parameter query, with its associated dialogue box, is the cleanest method to create the prompt. While the MS Access 2003 help profile indicates ...
|
| Update query | 28 Jul 2007 01:04 GMT | 3 |
They scare me! I do have a copy of the db. Here's what I'm trying to say: Find Contacts who are Board Members and make them Gala Members as well. Here's my query to find Board Members:
|
| Query not calculating correctly | 27 Jul 2007 22:56 GMT | 3 |
Here is my calcuation Vac: Sum(nz([XXSUBqrySubstituteLeaveStatusVac!decVacHours],0+NZ([XXSUBqrySubstituteLeaveStatusVacADJ!decVacHours],0))) And the SQL View
|
| Sum of multiple fields into single field from subqueries | 27 Jul 2007 22:20 GMT | 5 |
I am using Access to write reports for our SQL database using ODBC connections. Currently I am working on a complex query to summarize conference registration data that is stored in a single table, in individual rows identified by the Person ID and Item ID.
|
| Setting a conditional value in a query to perform an additional qu | 27 Jul 2007 22:08 GMT | 1 |
Ok, I have a slight brain twister here and wondering if anyone could help shed some light on this. :) Im in the midst of creating a database that will hopefully replace a paper-based system of storing 'shift runsheets' from a 24/7 office. There is
|
| User Data to Create a Custom Query | 27 Jul 2007 19:16 GMT | 3 |
I am fairly new to access and am currently working on a project that pulls live data from excel every minute or so and stores it into an access table. There is data for about 26 columns (call them A-Z) and each minute a new line is added to the access table containing the
|
| Compounding formula in Access | 27 Jul 2007 17:10 GMT | 2 |
I have salary data that I need to age by a specific percentage. I know I can do this in Excel with the following formula. =(A1^B1)+C1 (where A1 is the percent to age by, and B1 is the value representing the
|
| Include zeros in a query | 27 Jul 2007 17:00 GMT | 1 |
In a query, how can I include zeros in a query? For example, I am returning records for a the number of complaints I have for a given department. I want to be able to include zeros in my query. Plant Code Source Department Complaints
|
| how to repeat a row from 1 until N | 27 Jul 2007 16:55 GMT | 1 |
I have a table of Shipment Detail. containing: doc no. , item no. , qty. I need to make a query :
:::doc no. - item no - carton count - qty carton count is 1 to [qty]
|
| Help with SQL | 27 Jul 2007 16:52 GMT | 3 |
I need help to write a Query to do the following... I am stumped. I have a Table called tblStatuses where I want to only pull 1 record per Proposal Number that has a Status of "New" and is the latest entry meaning has the latest StatusDate & StatusTime
|
| Queries and Dates Issue | 27 Jul 2007 16:50 GMT | 2 |
I have a query problem. I have a field that does a calculation in the form that I have. When I open the form it calculates the numbers of days to maturity based on today date. I use the following "formula" in the form field: =[LeaseMaturityDate]-Now() . The form field is a ...
|