| Thread | Last Post | Replies |
|
| Strange Access SQL conversion | 09 Nov 2007 01:30 GMT | 2 |
I coded this query in SQL: SELECT DOS, COUNT(CPT) FROM (SELECT DISTINCT DOS, CPT FROM tblDOS) GROUP BY DOS
|
| Calculating time worked without having an EndTime field | 08 Nov 2007 23:55 GMT | 6 |
I'm working with data that has a time stamp every time someone has a WorkCode change or signs out. Sometimes somebody will work in several different departments in a single day. An example of the data is below PID Name WorkCode Time ...
|
| Sum of Amount | 08 Nov 2007 21:56 GMT | 3 |
I have a query which sums the invoiced amounts on a purchase order. If there is no invoiced amounts, it leaves a blank field. How do I write the query so that the blank field is replaced with a zero (0)? Thanks,
|
| updatting decimal numbers, why do I get just integers | 08 Nov 2007 21:29 GMT | 2 |
I am trying to update a field based on Lat/Lon 'decimal' numbers, but whenever I up to another table I get just single whole digits. This is a sample of the doner data: (tbl_School_Points) coordinates
|
| repeated data in some columns | 08 Nov 2007 21:06 GMT | 3 |
I'm kind of new to Access and use it only as point-and-click (I have no idea about SQL!). I'm trying to create a query, but it isn't producing the right results. The data describes sample collections from another of locations, many dates
|
| Access can not find a table in append query | 08 Nov 2007 20:06 GMT | 7 |
I have a table called MyCustomers. For some reason, when I try to create Append query, it doesnt show on the list of tables. I know the the table is there and I can select it if I want to create a
|
| Union query not working with * | 08 Nov 2007 19:50 GMT | 3 |
Is there anything noticeable about this syntax that should give it reaon to give the error can't find object? SELECT [Ideas.*] FROM [Res-project engineer]
|
| Montly Query | 08 Nov 2007 19:09 GMT | 1 |
I need your help in constructing a query that reads the data field in the table, so it only returns the dates asked. What i need now (and i hope to start gainning enough knowhow to do it miself) it to bild a query (12 of them) for 1 month.
|
| returning all rows | 08 Nov 2007 18:38 GMT | 4 |
I am querying the results of a UNION query that joined 2 sets of data (expenses and revenue). I want to return all the rows from the UNION query, but I only want dollar amounts for those rows that contain 'expenses' (I later want to do the same thing to deliver 'renenue' rows). ...
|
| Format Yes/No in Union | 08 Nov 2007 18:34 GMT | 4 |
Hi Groupies I have a union query that combines 2 yes/no fields. When I run the query, I get -1 and 0 instead of Yes and No. How can I force the formatting to Yes and No?
|
| Calculated fields to split data from one field to two | 08 Nov 2007 17:31 GMT | 7 |
I am trying to take data from field [Market] and create two fields called [PLAN_TYPE_NM] and [MARKET_NM]. The data is text and looks like this: Market
|
| General Date in query | 08 Nov 2007 17:24 GMT | 2 |
Can you not set an open criteria in a query for a field set to a General Date? When I run my query with no criteria, entries are returned. When I put [Enter Date] in the Criteria nothing is returned. I have checked the date to make sure it was just not my error, but the date is ...
|
| SQL: Select a column name "Short Name" | 08 Nov 2007 16:52 GMT | 6 |
I cannot select a column if it has a space. ------------------------------------------------------------------------------------------ For example, i have a table: Short name Code Year_Produced
|
| Help with Hyphenated Name | 08 Nov 2007 16:27 GMT | 5 |
I have a columne (LastName) where there are hypehnated names. When I use the strconv function, only the first part of the name gets capitalized. How do I write a query or sql to initial capitalizede both parts of the name? example: Smith-thomas vs Smith-Thomas. Thank you in ...
|
| Help on IF Expression | 08 Nov 2007 16:27 GMT | 2 |
I have a purchase order table, which shows duplicate purchase orders with a status of Active (A), Closed (C) and Cancelled (X). See example below PO No. Status Amount CIP23 A 4,500
|