| Thread | Last Post | Replies |
|
| last row per account | 01 Sep 2006 00:48 GMT | 2 |
I have a table with an stock number (STOCK) and a sequence number (SEQNO) and a bunch of other fields (TITLE is one). This table is maintained by a proprietary software package. I just read it. The sequence number is unique, but the stock is repeated multiple times. In those ...
|
| What query do I use to list the contents of a directory? | 01 Sep 2006 00:31 GMT | 4 |
I want to list the contents and attributes of a folder using MS Access. How can this be done?
|
| Determine Which Half of Year Based on Date | 31 Aug 2006 23:37 GMT | 1 |
I want to write a query that groups records based on the first or second half of a year. For example, records with a date of March 4th, 2005 (3/4/2005) would be grouped as 1st Half 2005. Records with a date of October 20th, 2004 (10/20/2004)would be grouped as 2nd Half 2004. ...
|
| how to use more than one critirea in a query | 31 Aug 2006 22:45 GMT | 3 |
Please can somebody help, I have taken the training courses over queries but I still have a few questions...If anyone could please help me and let me know how to use more than one criteria in a query, Thank you so much
|
| Calculation in Query | 31 Aug 2006 22:35 GMT | 1 |
I a form with the following field: Report Date, Loans on Report, Renewal Loans and Total. I have the Loans on Report and Renewal Loans Adding to calculate the Total Field. as such: =[LnsRpt]-[RenewLns] in the Control Source and works fine on
|
| how to exclude certain information in a query | 31 Aug 2006 21:29 GMT | 2 |
I have just one more question if anyone out there could please help answer. I just need to know how to exclude certain information in a query. Thank you so much
|
| update a field in one table from another field | 31 Aug 2006 21:13 GMT | 1 |
Is there a simple way to update a field in one table from a field in another table? The SQL that works in SQL Server doesn't seem to work in access... update tbl1 T set T.field = S.field
|
| Ranking records | 31 Aug 2006 20:41 GMT | 4 |
I have a query to report on sales results. what i would like to do in the query is to rank sales items by total sales so ex clothing $500
|
| complex select query | 31 Aug 2006 20:01 GMT | 6 |
I am creating a database that tracks when hospital employees take certain required education courses. I have a query currently that lists what employees have not taken a specified course. However, I need this query to be a little more involved, and I am stuck. There are certain ...
|
| Append Query with Duplicate Primary Key Records | 31 Aug 2006 19:52 GMT | 1 |
Hi all, first time in Access Group. I have a question and I cannot seem to find the answer anywhere in the discussion groups or on the Access Online Help. I am hoping that some one here may have an answer or have come accross this before.
|
| complex SELECT query | 31 Aug 2006 19:32 GMT | 1 |
I am creating an Access database to keep track of our employees's education requirements. More specifically, our employees are required to take certain continuing education courses, and there are several courses. I am able to query to list what an employee has taken using:
|
| adding queries together but not imposing their criteria on each ot | 31 Aug 2006 19:29 GMT | 2 |
I am trying to create a simple-looking billing report. Customers need to be organized by protocol; High-speed first (FTP, VPN, HTTPS) and then dial-up (ASYNC, BISYNC, SNA). But each group also needs to be in order by ID. I have two queries right now. One does high-speed and the ...
|
| IF, Then, else | 31 Aug 2006 19:24 GMT | 5 |
Hi, I am trying to design (write) a query to pull inventory cycle count data for metric reporting . There is field is my query that contains values of A,B, C or Blank. I want to change these values and sum:
|
| Monthly Values | 31 Aug 2006 18:19 GMT | 3 |
Here's my query that I would like to query against: JobNumber (text) StartDate (date) EndDate (date)
|
| average time between two date ranges | 31 Aug 2006 17:53 GMT | 2 |
Need to find out the average number of days between the date and the ship date. This needs to be shown line by line for a future report. I am new to access so not that familiar with writing code to do this. date SHIPDATE
|