| Thread | Last Post | Replies |
|
| Display Conditional Font Color in Query | 11 Mar 2007 20:57 GMT | 1 |
I'm working with crosstab queries to do some counts. I was wondering how I can get a crosstab query to display the font color in Blue when the count is 0 or Red when the count is greater than 0. I've read that this is not possible directly in a query, but I've been working
|
| delete rows containing blank/missing values | 11 Mar 2007 19:08 GMT | 1 |
I have very large database( almost 500,000 ) that contains road characteristic readings in two columns taken by a highly sophisticated instrument . I would like to remove the rows that the instrument missed to take the reading. Could some one help me in doing this.
|
| Query two fields with only one input | 11 Mar 2007 18:34 GMT | 4 |
I have a table with two fields, one for the homephonenumbers, and one for the workphonenumbers. Let's say I want to query for the home phone number and also provide for null values. Then the criteria query for the user to input would be:
|
| Attempting to calculate 2 fields | 11 Mar 2007 14:06 GMT | 13 |
I am trying to divide one field by another, in a table or query (would be happy for it to work in either!!). The field I need the expression in is called Federal Ratio. I am trying to divide Federal Share by Total Cost. This is what I come up
|
| hide warning messages | 11 Mar 2007 10:15 GMT | 1 |
how do I hide warning messages when running a delete or append query?
|
| what kind of query is needed? | 11 Mar 2007 09:37 GMT | 5 |
I have two tables tableone name# emptyfield field3 field4 field5 tabletwo
|
| delete rows containing blank/missing values | 11 Mar 2007 07:25 GMT | 1 |
I have very large database( almost 500,000 ) that contains road characteristic readings in two columns taken by a highly sophisticated instrument . I would like to remove the rows that the instrument missed to take the reading. Could some one help me in doing this.
|
| Month from DateStamp in a Text-field | 10 Mar 2007 22:01 GMT | 4 |
I want to get a Month-field in month-name instead of digit from a DateStamp which is a TEXT-field (not created by me, an imported file), e.g. dateStamp (TEXT): 2007-03-09-02.49.21.534728
|
| TABLE JOINS | 10 Mar 2007 15:36 GMT | 6 |
When I used the following union query, I received an error message saying "Snytax Error (missing operator) in query expression: SELECT Month End query 1.F1, Month End query 1.F2 AS F2A, Month End Query 2.F2 AS F2B
|
| Delete Query | 10 Mar 2007 15:01 GMT | 2 |
I have 2 tables (table A and table B). Table B contains 100 records. Table A contains 50 records. All 50 records from table A are in table B. I want to create a delete query that will delete all the 50 common records from Table B. I have created a query with both tables joined by ...
|
| Top 5 records per group | 10 Mar 2007 14:39 GMT | 3 |
Ok, I am trying to create a query that will bring me back the top 5 Shrink % Retails for each store in a table. I've been tooling around with this but I can seem to get it to work correctly. Here's the base query: SELECT [Weekly Detail].Area, [Weekly Detail].Region, [Weekly
|
| Date Timestamp Format | 10 Mar 2007 14:31 GMT | 3 |
I have the same question as one of authors submitted about the problem in converting the Timestamp format into a normal date format and I found answer as listed below. However I couldn't get it worked ?? Please help. My field is a text field from an imported file, and I am using ...
|
| SQL TOP question | 10 Mar 2007 12:36 GMT | 2 |
I was quite interested in some SQL I saw earlier in this site from Allen Browne and John Spencer. If the poster is OK with this, I'd like to steal it for my app that deals with ping-pong tounaments. The SQL involved SELECT........ (SELECT Top 3 ....) ...
|
| Equivalent Excel =Search for MS Access | 10 Mar 2007 11:17 GMT | 1 |
I'm trying to reproduce the following (ignore the iserror stuff): =IF(ISERROR(LEFT(G2,SEARCH(" ",G2,1))),G2,LEFT(G2,SEARCH(" ",G2,1)-1)) Basically I need to find the first occurence of a space, which will be the end of a string of First Names, eg. Fleur Annabel and return just
|
| Help with a form/query | 10 Mar 2007 07:28 GMT | 4 |
I am working on a database that somebody else created. This person used a LOT of VB that I am not very familiar with but I am hoping I can solve this problem without having to resort to hiring a VB person. There is a form that is using a query to populate a subform, and the query
|