| Thread | Last Post | Replies |
|
| Multiple Admission Dates | 31 Jul 2007 22:26 GMT | 11 |
I'm using Access 2002 and need to distinguish admission dates from a series of other service dates. This could easily be done by grouping ClientId and using Min([Service Date] if each client had only one admission; however, I need the query to recognize when there is a break in ...
|
| Merging/Eliminating Redundant Columns | 31 Jul 2007 21:10 GMT | 3 |
I am creating a query from several different tables containing housing data. My final goal is to create one query that contains a single column with the "housing ID number" along with all of the other housing information in each row (address, owner, management...) Due to poor ...
|
| Grouping query titles or color coding them | 31 Jul 2007 19:42 GMT | 7 |
Is there a way to group queries together like in folders? Or is there a way to change the font color of the query titles. WHEn you have so many queries to look through it takes so much time finding just the right one. I know that choosing the right title name helps but still if ...
|
| Please suggest relationships model | 31 Jul 2007 19:10 GMT | 36 |
What I need to do: I have some rather expensive inventory items that I need to keep track of. These are to be used in several projects (jobs). I'm trying to design a simple database to help me keep track of where
|
| Ordering Columns in a Cross Tab Query & Dividing a Value | 31 Jul 2007 18:50 GMT | 1 |
First question, is there a way to specify what order the columns appear in a cross tab query? Second, is there a way to distribute a value in one column of a cross tab query across new columns? For example, if I have a total value of a
|
| query returns with more columns than included | 31 Jul 2007 18:40 GMT | 1 |
We've noticed on a couple of our queries that when we run the query we get all the columns in the table. However, in design view we see that we have not selected all columns. Anyone know why this happens???
|
| How do I query only the top five selling prices? | 31 Jul 2007 17:56 GMT | 3 |
I'm trying to build a query that returns only the five most expensive items. The field name for price is selling price. I have looked at the sample database Northwind that comes with Access. I see they have a query for the ten most expensive products but cannot find where
|
| Linking Queries | 31 Jul 2007 16:32 GMT | 3 |
Can anyone help? I have a system where employees register property with us. They then report back to us when they sell the property. Registered properties are held in one table and sold properties are in
|
| Query Dates via form | 31 Jul 2007 15:03 GMT | 1 |
I have a date field in a query "appDate", and also I have created a form to select the quarter and year. A drop down box "cmbMonth" gives the options of "January, February, March" and "April, May, June" etc for the quarters and another drop down box
|
| Two simple questions (merge two tables and group problem) | 31 Jul 2007 13:52 GMT | 5 |
I hope you can help me with the next problems I have: Question 1: Merge two tables I have a table with shipped cartons in peak and average month ShippedAverage
|
| MS Access Forums | 31 Jul 2007 13:29 GMT | 2 |
I looked, and maybe I'm just blind, but I couldn't seem to find an access forum on Microsoft's own website.
|
| Adding column totals to crosstab queries in ACCESS 2003 | 31 Jul 2007 12:12 GMT | 1 |
I need to add column totals to the bottom of my crosstab. Here is the code: PARAMETERS [Month] Text ( 255 ); TRANSFORM Sum(MSF07.[Share Total]) AS [SumOfShare Total]
|
| Queries based on counting records | 31 Jul 2007 11:55 GMT | 6 |
I am trying to build a report based on a query. All the information is in the one table. There are two work programs, and what I need to do is create fields which count all the jobs done in a financial year under each work program,
|
| Pass Date/Time from Form to Crosstab | 31 Jul 2007 10:51 GMT | 3 |
I have created a crosstab query for a form which I am putting into a report as a subform. I have created a popup form which asks the user to enter the Settle date which he wants the data in the report to contain. I am having a problem getting the crosstab query to accept the ...
|
| Date difference | 31 Jul 2007 10:24 GMT | 4 |
May I know how to do a date different between a given date in a field and today's date. I want to add a field on aging and calculate the date difference in query. For example : Aging = diff( transaction date, today date)
|