| Thread | Last Post | Replies |
|
| Calculate Percentage on Text Field | 08 May 2005 09:36 GMT | 2 |
I am trying to come up with a percentage on 2 text fields. I have two text fields [Insurance] and [Diagnosis]. I need to know what percentage of the total records come from each different type of Insurance and each different Diagnosis.
|
| Using Not (or <>) in SQL Statement | 08 May 2005 03:31 GMT | 4 |
I am trying to run a query that excludes records with specified IDs (OppID) in this case. Everything in the query seems to work except for the following part: AND ((Won_May.OppID)<>"VER-MB65-0393" Or (Won_May.OppID)="RED-JM35-8869" Or
|
| How do I exclude displaying fields that do not meet a query | 08 May 2005 03:21 GMT | 4 |
I have a new database that I created that has 8 date fields for each record, along with other fileds for name, address, etc.. I created a query that will search for dates that are within a 30 day range of today's date. This query then creates a report that shows these dates ...
|
| Query Help Again... | 08 May 2005 03:14 GMT | 8 |
Can anyone help make this more efficient: SELECT Orders.OrdersKey, (Select Top 1 OrdersHistory.OrderStatus From OrdersHistory where OrdersHistory.OrdersKey = Orders.OrdersKey Order By OrdersHistoryKey DESC) AS LastStatus
|
| Converting Time Fields | 08 May 2005 03:11 GMT | 5 |
I have a two text field that has time values. The values in these fields have two digits for hours, a colon and then two digits for minutes. So 1 hour and 30 minutes would be 01:30. 45 minutes would be 00:45. I am trying to add these values together. So for the first records ...
|
| Invalid Procedure Call | 07 May 2005 23:45 GMT | 1 |
I am running into to problem with Access 97. I have two queries. In query2, it calls query1 which I joined to another table. within query2, I used some VBA functions, mid() and right().
|
| How do I keep a renamed Access field from changing? | 07 May 2005 23:38 GMT | 3 |
I have renamed a field to "Jan-05". Everytime I save, close, and reopen the query, the field name changes to "Jan-5"! How do I keep Access from removing the 0?!
|
| too many access windows. | 07 May 2005 15:42 GMT | 1 |
By default Access opens one windows for your database view and one window for each query that you have so right now i have the database window and 4 query windows open. So in my taskbar Access have 5 seperate window icon things taking up so much space.
|
| On Current event gives me error "can't find field '|' referred..." | 07 May 2005 15:13 GMT | 2 |
I have a subform named Equipment that has data with a one to many relationship with data in another subform named IPAddress. I have an OnCurrent event set in Equipment to update the IPAddress information. When a requery event
|
| work out days in each month | 07 May 2005 15:07 GMT | 3 |
I have two fields, a start date and an end date. Could you please tell me how I can work out how many days in each month based on the start date and end date. e.g if the start date is 4th Jan 2005 and the end date is 12th July 2004. I
|
| Item not found in this collection | 07 May 2005 11:52 GMT | 2 |
I have just converted a replicated d.b. to a regular one by importing all of the object except the tables, which I brought in using the 'make table query' method suggested in other postings. I am now retesting the forms, which I have inherited, and I have encountered the "Item not ...
|
| filter blank fields | 07 May 2005 02:00 GMT | 1 |
I want a query to filter in only the fields that have nothing in them in a specific field. How can I do that without making it numerical. I tried =""
|
| Update null field based on certain data in comment field | 07 May 2005 00:39 GMT | 3 |
Here's the situation. I have a table that has an ID field as well as a Comment field. Now all of the ID fields are valued except 200, of these 200 null fields, the ID I want is sitting in the Comment Field, but it's not in the same location in every comment.
|
| using Parent or Me | 07 May 2005 00:38 GMT | 8 |
I have a subform (frmAddress) that is used by two main forms (frmRider and frmFilteredRider). In the record source, I have a WHERE condition that looks at the ID field in the main form. Is there a way to write the WHERE condition so it doesn't care which main form is open?
|
| Count then Avg in Query on text field | 06 May 2005 23:58 GMT | 1 |
I am trying to come up with a percent on 2 text fields. I have two text fields [Insurance] and [Diagnosis]. I need to know what percentage of the total come from each different type of Insurance and each different Diagnosis. I created a Qry with the Group By then Count funtion but ...
|