| Thread | Last Post | Replies |
|
| Find records in a field based on a date range - JCW | 22 Sep 2009 02:53 GMT | 5 |
I am looking to be able to run a report that shows who has not paid their bill for the month. I have a paydate field that I want to search in and I want to show the people who have NOT paid or the ones that do NOT have a record in this paydate field between two dates. And I ...
|
| Long Date Search - JCW | 21 Sep 2009 23:22 GMT | 3 |
I have a field called birthdate that I have formatted for long date so when the user inputs the date as 8/21/1999 the month name August will appear in the field also. I want to be able to serach for all birthdays in a month but when I set the search criteria in my query to ...
|
| Please help to zero filled on file | 21 Sep 2009 23:19 GMT | 8 |
I'm being having trouble setting up an update query that would help me update the amount field on my report to zero filled the space. For example: Amount Want to be
|
| Parse from Description | 21 Sep 2009 22:42 GMT | 4 |
I would like to expand this query to be B followed by any 2 numbers, for example B01, B99, etc. Mid([description], InStr([description], "B45") + 1) Thank you
|
| Add time to Date Field | 21 Sep 2009 20:32 GMT | 1 |
In my table, I have a date column and I also have a time column. I need to join these into one date-time field so that I can do some time comparisons. How can I join these two into one column? Any help is appreciated!
|
| Calculation query | 21 Sep 2009 20:02 GMT | 7 |
I posted previous on this but did not really get a response. I have many tables with different fields and some fields are the same. What I need to do is find an average of how many entries a processor entered and how many corrections they had within a date range and than calculate ...
|
| making a table with a query | 21 Sep 2009 19:37 GMT | 2 |
I've got a problem to make a query. Here is a sketch of the situation. There are two tables: in the first one there are people with a number. In the second one there are activities that can be done planned on 3 times, with the number of the people who are comming to the activeties.
|
| Select, Insert, Update, and Dele te – SQL Question | 21 Sep 2009 19:08 GMT | 1 |
Conceptually, I understand what needs to be happen, but technically, I don’t really know how to do it. Here is my Select statement: SELECT tblEvents.Event, tblPubs.Name, tblPubs.Address, tblPubs.City, tblPubs.State, tblPubs.OnDate FROM tblPubs INNER JOIN tblEvents ON
|
| Want the query to figure a future date | 21 Sep 2009 19:04 GMT | 4 |
I have a table containing three fields, LastName, FirstName, AdmitDate. I want to write a query that will figure the HPDate which is the AdmitDate plus 3 days.
|
| Difference of 2 tables row sum | 21 Sep 2009 17:03 GMT | 3 |
kindly help me in this. I have created 2 tables d1,d2 d1 fields are x1,x2; d2 fields are y1,y2;
|
| Main Table References Another Table Multiple Times | 21 Sep 2009 16:43 GMT | 4 |
I have a main table with several fields for people - i.e. Engineering, CAD, Manager, etc. The fields contain a number to represent an individual. A separate table has, as its "key", the number identifying the individual along with the name of the person. This table contains all ...
|
| Concatenating with and without comma | 21 Sep 2009 16:18 GMT | 12 |
I want the comma to appear ONLY when there is an appartment address AND a street address. I can't seem to get rid of the comma when there is only a street address. I have tried to adapt what I have read on Discussions, but have not been successful.
|
| cross tab | 21 Sep 2009 15:05 GMT | 1 |
how to join the following two cross tab queries by SQL? pl s help TRANSFORM Avg([current year].SumOfPAID_AMT) AS AvgOfSumOfPAID_AMT SELECT [current year].OCITY FROM [current year]
|
| The use of "Like" | 21 Sep 2009 14:48 GMT | 2 |
I just want to make my query to look in the memo field name "Note1", the records that has a content of "Jatimulia", but it seems it can not work. Anyone can help me?. This is my query:
|
| Making it more user friendly | 21 Sep 2009 14:18 GMT | 2 |
I created a query in my database based on the values in a (Yes/No)field. In order to display the records I need, I inserted in the 'Criteria' line the following [For Condition1 insert '-1', for Condition2 insert '0']. How can I make these '0' and '-1' a little more user friendly. ...
|