| Thread | Last Post | Replies |
|
| one parameter dependent on another | 04 Aug 2006 00:17 GMT | 1 |
We are trying to generate a query which will be used as the basis for an upcoming report. The query needs to select records from within a date range but the date range is dependent upon another field (TruckID). The report will compile information grouped by TruckID. The date ...
|
| "Operation Must use a updatable query" message | 03 Aug 2006 23:49 GMT | 2 |
Trying to run: UPDATE tblActivityQuestions AS A SET A.QuestionID = (SELECT Q.ID FROM tblQuestions As Q WHERE A.ChecklistID = Q.ChecklistID AND A.Sequence = Q.Sequence);
|
| return blanks in query result ... | 03 Aug 2006 23:48 GMT | 2 |
In the source table for the query below, Ccy is a numeric field and there are a number of blank fields. I want the query to return only records where Ccy is empty(I have tried "Isempty" "IsNull" "IsMissing" and the the result is always the same, no records. Ther query I have ...
|
| Searching a string for to find a matching substring | 03 Aug 2006 23:20 GMT | 1 |
I am working with a field that contains a Description and 3 character code. Normally the field contains a space between the description and the code. Sometimes there are variations, but they are limited to the following xxxxxxxx xxx (normal)
|
| Update query help | 03 Aug 2006 23:17 GMT | 4 |
I have a table called Course need to be updated. It is like this: Sect Type 0352 0352
|
| Need some help with Unique Index Error | 03 Aug 2006 23:09 GMT | 3 |
Trying to understand why I get "no unique index" message in my database when I try to create a cascading relationship between two of my tables. Here are the tables involved: 3 Tables joined to each other in the following manners:
|
| Nested selects | 03 Aug 2006 23:04 GMT | 3 |
Hello, I need to query a table to find unique values such that given the below table, name claimant loss date close date report date name2 amt paid vermal ashford 010105 020506 020505 vermal $10000
|
| Pulling data from multiple tables of same structure | 03 Aug 2006 22:46 GMT | 5 |
I have three tables that are similarly structured. I need to pull data from all three tables, and create a report that details those record that meet selected criteria. I know that I could create one make table query and two append queries,
|
| query error with combo box | 03 Aug 2006 22:26 GMT | 3 |
I'm doing a cross-tab query and using one Where clause that looks up a value in a combo box. No matter how I build the criteria, I always get message: "MS JET DB does not recognize '[Forms]![frm1]![cboName] as a valid field. Oddly enough, it works fine on my other form. Any ideas?
|
| Expression for text field query | 03 Aug 2006 20:43 GMT | 1 |
I would like to create an expression for citeria in a query. The field is a text field and I would like to query those records which have >4 characters. How would I write the expression?
|
| Crosstab or Other Type - Not Sure! | 03 Aug 2006 20:42 GMT | 3 |
Can I send an Excel spreadsheet that shows what I'm attempting to accomplish? I need some help with a query. I'm not sure what kind of query to use, and if it's a crosstab, how to force it to allow 6 or more column headings and sums of values in each column.
|
| 3 field query/Filter that I'm a little stumped with, maybe easy | 03 Aug 2006 19:37 GMT | 1 |
I'm trying to build a sales report of sorts. First I have a client table which contains Account numbers. Now I have a second table with all of the sales info. This includes shipper, consignee, payor, date, and revenue.
|
| Concatenate with intervening table | 03 Aug 2006 19:31 GMT | 4 |
I have 3 tables, Tbl_A is many-to-many with Tbl_B. The pertinent columns are as follows: Tbl_A : DoctorID, DoctorName Tbl_AB_Relate: ContactID, BoardID (foreign keys for Tbl_A and Tbl_B)
|
| Using 2 conditions in query designer | 03 Aug 2006 18:56 GMT | 3 |
I have to have a criteria in a field where the data must not match the first 3 letters in the Location name unless the accounting unit is 19. I have entered this expression in the criteria and I recieve an error. Is this a syntax problem? What would be correct
|
| Access workstation calculation results | 03 Aug 2006 18:24 GMT | 2 |
Database and data is stored on a server. One workstation shows a different result to a date calculation. What setting on the workstation needs to be changed?
|