| Thread | Last Post | Replies |
|
| count function | 20 Jul 2007 14:20 GMT | 5 |
I have a table with the following columns: country, topic, company and name (of people). I need to count the number of topics per company. For example, if there are 4 people who worked on one topic from company X, then this should count as 1 (and not four and the fucntion Count ...
|
| Too many fields defined | 20 Jul 2007 11:20 GMT | 9 |
I have a set of queries which each has 6 or 7 fields. They are being exported to the same spreadsheet but one query is throwing up this error.
|
| I have a strange data mismatch error | 20 Jul 2007 11:12 GMT | 4 |
I am trying to create a "Totals" query based on another query. The source query has a set of calculations between dates and I want the "Totals" query to give me the number of records grouped by time taken (basically a frequency distribution).
|
| dates into week total | 20 Jul 2007 08:59 GMT | 3 |
how do i have a query that displays information via the totals of each week than each day (i am thinking that i would have to have multiple "step" queries to acheive this) eg:
|
| Code to reference field in query | 20 Jul 2007 03:13 GMT | 3 |
Here is what I have put together. Can someone tell me what I did wrong? I am not getting any errors, but it is pulling all records instead of just what is "out of spec". I need to pull what is out of spec for the product code listed which is looked up in the tblProductSpecs ...
|
| updateable query | 20 Jul 2007 03:01 GMT | 2 |
I have a query that joins a table to a SQL view (odbc linked to .mbd frontend) and would like to update records in the table. Because of the join to the view, the query becomes non-updateable. How can I get around this?
|
| UPDATE and SET w/ CAST (String Replace) | 20 Jul 2007 02:37 GMT | 1 |
I have a text field column in SQL 2005 that contains HTML code. I would like to update certain references in this HTML code throughout, but am having problems. I know that I can't do a string replace with the text data type, which is why I would like to cast it as
|
| Counting the Occurence of Each Day | 20 Jul 2007 02:28 GMT | 1 |
I'd like to count the occurnece of each day of the week within a date range from 2 controls on a form. form name = MainForm control 1 = DateStart
|
| Migrate A2000 queries to A2003 | 20 Jul 2007 02:17 GMT | 1 |
I have queries that work fine on a W2K box with A2000 but when I run them on XP with A2003, they don't work properly. All the data does not display. I tried converting the database and it seems to work but no query results. I used another copy, unconverted, and still no results. ...
|
| DCOUNT ( DISTINCT | 20 Jul 2007 01:19 GMT | 14 |
We all know that Dcount doesn't support DISTINCT in VBA and there are lots of threads talking about it everywhere. But now I've found the way to do it. We can use the criteria string to compare results.
|
| Parameter query for no records in date range | 20 Jul 2007 00:16 GMT | 7 |
i am working on a parameter query that checks a date range (using Between/And) but that would return a patient name if no records were found in that date range. Any help is much appreciated...sorry, I posted a similiar question but can't
|
| CDate results in Data Type Mismatch in Query & Excel Pivot | 19 Jul 2007 22:31 GMT | 1 |
I have data that is in a text format for employees that includes birth date, hire date, termination date, etc. The date format is text and is written YYYYMMDD (i.e. 20070719). I have used the CDate to convert, but get data type mismatch when I try to connect it to a Pivot table ...
|
| Query Question | 19 Jul 2007 21:56 GMT | 5 |
I have this query that works great. It shows me which stores are buy a certain product based on the product number. My Problem is same reasoning however I want to know which stores are NOT buying the product. I have tried using Null and I get nothing. Here is a copy
|
| Access Query Criteria | 19 Jul 2007 21:16 GMT | 1 |
What criteria would I use to limit my results to include only records that come up a certain number of times? I'm trying to limit my results to include records that are in a particular text field at least three times. Thanks.
|
| ANSI 92 Digit Wildcard (# alternative) | 19 Jul 2007 21:09 GMT | 3 |
Is there a digit wildcard in ANSI 92? I need an alternative to "*#*" I tried "%[0-9]%" with no luck...
|