| Thread | Last Post | Replies |
|
| Query using > and dates | 22 Sep 2005 22:24 GMT | 6 |
When I run my query, I get nothing. I know I should at least be getting one record, as there is currently only one record that contains this information.
|
| Summary Report | 22 Sep 2005 21:52 GMT | 2 |
I have a tblCandidates. Calls are made to candidates. The date the call is made is stored. The result of the call is stored, i.e. "message" left. The Result of the call is stored, i.e. "CO". I would like to cfreate a report that will look like this:
|
| using memory variables in a query criteria | 22 Sep 2005 21:37 GMT | 3 |
I have a form with the field "Control_Number". I want to store the value contained in that field as a variable for use as a criteria in a select query. How do I do that? BTW, I'm not a VB programmer yet, so all my actions are contained in Macros.
|
| Those two 'Testing' posts | 22 Sep 2005 21:36 GMT | 2 |
They now show as having been sent on '9/29/2005 5:16 PM'. I'm using Outlook Express as my news reader. Is there a way to either get rid of them or reset the date? They are very irritating.
|
| Creating a counter | 22 Sep 2005 21:06 GMT | 2 |
I would like some help doing this. I have created a field that would hold these values, called PLANCOUNT. I have 12 different check box fields that I need to count and update PLANCOUNT with. Would an update statement similar to this do the job:
|
| When I try to edit query field, text is automatically selected - bizarre! | 22 Sep 2005 19:55 GMT | 8 |
I don't know what happened, but it's happened before. Has anyone seen this? When I try to edit the contents of a query field, wherever I put the cursor, the text from the end of the field to the placement of the cursor is highlighted. I can't just put the cursor in and delete one ...
|
| Combination of Field not empty | 22 Sep 2005 19:50 GMT | 2 |
Hi with you all, I can't obtain what I want with my queries. I've got a table with a lot of fields witch I only want to test Not null case. Sample of records
|
| Updating Multiple Fields in a Query | 22 Sep 2005 19:32 GMT | 1 |
I am trying to update 2 fields in a database that match a certain criteria. The SQL I am using is: UPDATE tblProducts SET Version = "TEST" And Revision="T1,T2,T3" WHERE (ID=119 And SheetNumber=0 And Product="H2600");
|
| Query using > and dates | 22 Sep 2005 18:49 GMT | 2 |
I am trying to write a query using >#8/1/2005#, however, this expression does not produce the results I was hoping for. I am trying to pull information from my table for dates greater than August 1, 2005. Am I using the wrong expression, I would think that the expression above ...
|
| Names query | 22 Sep 2005 18:37 GMT | 1 |
 Signature Rowan I have a table with 50 peoples names in some of the names appear more than once.
|
| Switch and IIF both give me an extra data Line. | 22 Sep 2005 18:08 GMT | 12 |
If I use this line: Expr26: IIF([CONSUMP_MDDTL_HIST]![OS_PLATFORM_TYPE]=[Service Unit Conversion table]![SERVICE LEVEL],[Service Unit Conversion table]![SERVICE UNITS]) I get two duplicate line in my out put. One with this expression with the
|
| Make count = 0 where no row is returned. | 22 Sep 2005 17:01 GMT | 7 |
This has probably been asked quite a few times but I cannot find the solution on Google so apologies for asking again. I have two tables and I want to get a count of all the records in Table 2 but based on the records in Table 1.
|
| Why might a query drawn from three nested tables refuse to update? | 22 Sep 2005 16:51 GMT | 1 |
The outer form is based on the 'Site' details table and the main form for all input of data. Nested in the 'Site' details form is a form for identifying each new 'Survey' conducted. 'Species' details are then nested within the 'Survey' details. When drawing information to create ...
|
| Count does not give me 0 | 22 Sep 2005 15:57 GMT | 7 |
I want to count how many orders a customer placed in a month, in the case of a customer did place order in that month, I want it show me 0. Unfortunately, my statement does not show me the customer without a order. Any idea? the following is the statement:
|
| Keep Count of Query Output Records | 22 Sep 2005 15:32 GMT | 10 |
Hello, I've got a query that is searching through the body of an email message. I have it getting the target text by using the mid function. Is there any way i can have it keep track of how many times a specific text is retreived? i.e. the query outputs a username (john_doe) ...
|