| Thread | Last Post | Replies |
|
| Date order for months on query | 30 Nov 2005 22:49 GMT | 2 |
I have a combo box on a form that contains the months in text format. They appear in month order on the form but when I query, they are in alphabetical. How can I get this to be in month order on the query and also look like months in my cbo and not dates?
|
| balance query | 30 Nov 2005 22:42 GMT | 1 |
I have a query that calculates the balnce from payments made.This works fine and displays the correct figures.My problem is I that I need to display onlythe records that have paid and the balance is zero My balance query is
|
| predicates | 30 Nov 2005 22:07 GMT | 2 |
hello ppl i was wondering if the LIKE can be used combined with a parameter, so the query remains the same but only change the text im looking for into a memo data field.
|
| Query calculation expressions | 30 Nov 2005 21:00 GMT | 3 |
Is there a way or what is the expression used if I want to do a runnin total in a query under a field called "Amount Donated". In addition, would like to filter by selection using the DonorID as the primary ke to show the total.
|
| How can I establish two criterias in DLookup function | 30 Nov 2005 19:21 GMT | 2 |
Thanks to Allen Browne for his help. I need help again. I used DLookup function, as said Allen Browne, and it was very useful The point now is as follow.
|
| Wild card in query | 30 Nov 2005 19:20 GMT | 3 |
I have a table I am trying to query I want to return all rows with H* and convert them to other text in my column, here is the query, can't figure out what I am doing wrong. iif([field]="h*","handy",iif([field]="t*","tell",null)) I have tried it with
|
| Two Query Questions | 30 Nov 2005 19:14 GMT | 4 |
1.Can you do a parameter query on a Memo field? 2. Can I set up a query to find all records that do not have a date in the field. As you can probably tell, I have tried but have not been successfull
|
| Expression Question | 30 Nov 2005 19:11 GMT | 1 |
I'm trying to write an expression that will convert a number into year/month/day format based on 365 day year, and 30 day months. For example 366 should read: "1 year, 0 months, 1 day". I've been told I have to hard-code this. How do I
|
| Query Current Record Only to be sent Via E-Mail | 30 Nov 2005 19:08 GMT | 1 |
How can I query the current record only and have it sent via e-mail with the click of a command button?
|
| Copy error in a select query | 30 Nov 2005 18:36 GMT | 1 |
This is really strange, In a simple select query based on a single table, after highlighting a row and then copying (Ctrl + C or by the edit menu) Access will crash, then do a compact & repair. It's Acc2002, I am the designer and it doesn't happen to me, however it happens to my ...
|
| Wild Card In Criteria | 30 Nov 2005 18:02 GMT | 3 |
Thanks for taking the time to read my question. I have a field in a query that I want to apply an iif statement to in the criteria. If cboX = "Blank" then "*" else cboX CODE
|
| DLookup Help | 30 Nov 2005 17:40 GMT | 3 |
I want to say thanks to Allen Browne for his help... The problem now is as follow.... I have one Form (Invoice) with one subform (Invoice's Details), when select one client in the cbo of the form, the subform's cbo shows onl
|
| How do I merge two records from the same table into one record? | 30 Nov 2005 17:01 GMT | 1 |
I want to take two records with the same key fields but missing data and merge them together to make one complete record. For example, record A has name but address and phone number are blank while record B has address and phone number but name is blank. I want to take the ...
|
| SQL string | 30 Nov 2005 16:53 GMT | 3 |
How can I insert into a table value witch is for example 12,3 while it takes it as 2 different values in a sql string (I don't wont the value to converted to string but keep is as double) Thank in advace
|
| parameter usage | 30 Nov 2005 15:36 GMT | 1 |
i have many yes/no and true/false data field in a query. how i can use the parameter for that kind off fields?
|