| Thread | Last Post | Replies |
|
| Odd date issue where date is between 1 January 1900 and 1 March 19 | 15 Mar 2007 03:18 GMT | 2 |
Access 2000 and Excel 2000. I have several dates in a column of type datetime that are 1 January 1900. When I copy/paste these dates into an excel spreadsheet they became 2 January 1900. The underlying integer value of 1 January 1900 in Access appears to be
|
| Count the number of people that fall into a 30, 60, 90 day window | 15 Mar 2007 03:16 GMT | 3 |
I am trying to make a query that looks at the [Date Loss]-Date() and counts the number that are <=30, Between 31 And 60, Between 61 And 90. Here is the SQL: SELECT [CSM Report HHB].PMOS, [CSM Report HHB].GRADE, [CSM Report
|
| Exclude a record in a subform which is displayed in the main form & calculate birthdays | 15 Mar 2007 02:44 GMT | 3 |
I have a main form which displays a specific contacts details and a subform which displays all contacts for the same company (with a link which will display the selected alternative contacts details in the main form if double clicked)
|
| Return 0 for months with no records to count | 15 Mar 2007 02:29 GMT | 1 |
I have a query that counts the total number of records per Tech per month. I'd like to see 0 for months when a Tech has no records but the NZ function doesn't seem to be giving me that. For instance when I run the query (below), if one tech doesn't have any records for September ...
|
| Where is 'Filter For' in Access 2007? | 14 Mar 2007 20:34 GMT | 1 |
I just upgraded to Office 2007 yesterday. I regularly work in a SQL 2005 database that I link to via ODBC in Access. When I used Access 2003, I could right click inside a column and enter criteria in the 'Filter For' box, such as the following:
|
| Surely this must be possible........? | 14 Mar 2007 19:11 GMT | 6 |
I have a table where there are several fields that hold a numerical value. It is in fact a table that holds the results for tests. each unit is tested on about 10 different aspects. Each one is scored from 1 to 4.
|
| using a query to run a report that only selects one answer | 14 Mar 2007 18:59 GMT | 1 |
I am attempting to write a query on input values that can be Yes, No or N/A but on the query I only want a count by category of the No responses. I am having no luck so far using either count or dcount.
|
| Query to combine 2 tables | 14 Mar 2007 18:37 GMT | 2 |
I need a query that will return a record for every combination of records in tables [employee] and [training_needs]. E.g. if [employee] has 6 records and [training_needs] has 7 records, my query must return all 42 combinations.
|
| Querying Table Name from a Listbox | 14 Mar 2007 18:30 GMT | 2 |
Is there any way to use what is picked in a listbox as the table name in a query? Say I have a table that contains all my data which changes from week to week. I want the user to be able to pick the date (which is the same as the table name) and run a query to compare it to the ...
|
| How to select random names from within MS Access database | 14 Mar 2007 18:21 GMT | 1 |
Good Afternoon, I'm trying to determine a way to select objects (names) from an access table to generate a report. It's be nice if, a select query would permit you to specify a quantity of items to be selected. Can anyone assist?
|
| Date Parameters not working consistently | 14 Mar 2007 18:21 GMT | 4 |
I have a query based on a table that will continue to have data added to it. The query in question is based on date parameters. The actual "Count" is accurate for number of appeals and cost of appealsbroken down by different responsibility. The problem is with the percentages. ...
|
| Query design problems | 14 Mar 2007 18:01 GMT | 2 |
I'm having a brain cramp. I am trying to create a query on a form where you can type in a value in a text box, and if that value is in the table the information for that value is displayed on the form. Is there an easy way to do this? Thanks in advance!
|
| Dynamic SQL statement too large... | 14 Mar 2007 16:32 GMT | 1 |
I have an Access 2000 application where the user can select a multiude of criteria to produce a report. When the user clicks the 'Print' button, I then build a dynamic SQL statement based on the criteria selected. I just had to add some additional criteria selection to the report ...
|
| Creating a result set based on interval between two dates. | 14 Mar 2007 16:25 GMT | 2 |
I have a locationID, a start date, and a finish date. I calculate the number of months between the two dates in a query. So, for example: LocationXYZ 1/1/06 1/1/07 12.
|
| Todays Date in a Query | 14 Mar 2007 16:24 GMT | 3 |
I have a field named TodaysDate for which I use the following expression: TodaysDate: Date()... which works fine. I then have a field named DaysFromClose which uses the expression: DaysFromClose: DateDiff("d",[Completion Date],[TodaysDate])... which works
|