| Thread | Last Post | Replies |
|
| Sort Problem | 25 Jan 2006 00:04 GMT | 1 |
I have a main table where all the data is kept and several queries with the same data sorted in various ways. The columns in my main table contain information such as the title of the paper, the author(s), the instructor, the year, etc. I'm having trouble with sorting the Title ...
|
| Calculate 7 day high lows | 24 Jan 2006 23:42 GMT | 5 |
I have spent the last several days looking on this site for any help for calculating a 7 day high and 7 day low. I have found many discussions about dates and using the current dates for calculations. I need to find the 7 day high and low for dates that occured in the past, ...
|
| Sequential Numbering Problem | 24 Jan 2006 23:38 GMT | 9 |
I've tried unsuccessfully, using DCount and a subquery to number records in my query. In a query called "ModelCount", I'm trying to number the records returned from the "Model Build Count" query using the resourceID field, which is a
|
| Quick Question - Query Help | 24 Jan 2006 23:04 GMT | 5 |
I have a query and it is pulling 3 fields, Item, year, qtySold. How do I write the query to show me only the items that sold 0 in year 2004 and 2005? Thanks
|
| DATE DIF EXPRESSION | 24 Jan 2006 23:04 GMT | 2 |
I have a duedate and recdate that I would like to know what the days between are I have tried DATEDIF([DUEDATE],[RECDATE], "D") it is unidentified. Help.
|
| Query returning a blank result? | 24 Jan 2006 23:01 GMT | 3 |
I have a table called tblCustomer and a table called tblSales. My table customer has a Cust_Contact column that has some blanks in it. My tblSales table has an Owner, Service_Contact and a Sales_Contact columns. What I want to do is have my query look at the tblCustomer table, and ...
|
| Sum by group | 24 Jan 2006 22:58 GMT | 3 |
I wish to sum the total employment for mulitple locations of each company. The database has hundreds of different companies. How can I group each company by name, and then calculate the employment sum for each company? Thank you.
|
| Query using both aggregate sum and count | 24 Jan 2006 22:40 GMT | 1 |
Using a three table join, I am trying to get an aggregate sum of one field from one table and the count for a field in another table in the same recordset. The problem is that if multple records are returned from the join, the aggregates are multiplied by the number of records
|
| Seconds as DD:HH:MM:SS | 24 Jan 2006 22:31 GMT | 2 |
Trying to use = ([Interval] \ 86400) & ":" & Format(([Interval] \ 3600) Mod 60, "00") & ":" & Format(([Interval] \ 60) Mod 60, "00") & ":" & Format([Interval] Mod 60, "00") to convert interval to DD:HH:MM:SS however the calculation is off. If there
|
| Date calculation | 24 Jan 2006 22:16 GMT | 9 |
This code calculates the age of an entry - but only in days!!!! Counting days it works fine, but I need it to also show hours. Example: 2 hours should show .2 not 2... Help
|
| email an access form or query | 24 Jan 2006 22:11 GMT | 1 |
I am trying to send a daily appointment sheet to my Salesmen. I don't want to send an entire data base, just those appointments for each day. I've tried using a report and a query. For a number of reasons I don't to publish my data base to the web, I need to use a form because ...
|
| Multiple Totals in one Query | 24 Jan 2006 22:09 GMT | 2 |
I have monthly sales data for a number of tenants. I want to get a YTD Sum and ad Running Year Sum i.e. June_2004 to July_2005. I have no problem doing either in a seperate query, but am having problems getting them into one query. Is there anyway to create a single query to ...
|
| Why can't I copy/paste criteria into parameter query box? | 24 Jan 2006 22:06 GMT | 2 |
We just converted to Access 2003 from Access 1997. I was able to copy and paste criteria into a parameter query when promted. Now I can't get the copy or paste function to work when openning a query with an input criteria. What should I be looking at to correct this problem?
|
| MS Access 2003 CrossTab Query Question using VBA--Item not found i | 24 Jan 2006 21:52 GMT | 11 |
When running a crosstab query, one cannot tell ahead of time what columns are going to appear based on parameter criteria fed to an underlying query that a crosstab query is created from. That, of course, is the dynamic nature of crosstab result sets. However, if I know all the ...
|
| Need top record for each contract | 24 Jan 2006 21:08 GMT | 1 |
Hi there, using A02 on XP. Not a programmer. Have a problem figuring out how to get the data I need. I want to find all the contract records I need from tInfo and also see the most recent [PYE] date for each contract from tRPSAdminBills. The 2 tables
|