| Thread | Last Post | Replies |
|
| Hours calculation problem | 19 May 2006 21:41 GMT | 5 |
I have the following query that is supposed to show total hours but the hours show up as 09:187 in the Total Hours: [THrs] & ":" & [TMin] part of the query. How can I fix it? Thank you.
|
| displaying multiple fields without affecting group by | 19 May 2006 20:46 GMT | 1 |
any help with following much appreciated Two tables, linked on ID Table1 ID CODE
|
| Parameter Query | 19 May 2006 20:38 GMT | 7 |
I have a problem I have been trying to work out with several queries that have the following date parameter so people can open the query within the appropriate date range.
>=[forms]![REPORTING PARAMETERS]![txtDateFrom] And <=[forms]![REPORTING PARAMETERS]![txtDateTo] |
| Select query to get unique year from tables | 19 May 2006 20:14 GMT | 4 |
I haven't much luck in finding an answer to this in the community. I have three related tables, Companies, Agreements, and Filings in an ACCESS 2002 SP3 database. I've modified one set of forms/subforms so instead of showing all of the Filings for every year and other unneeded ...
|
| SWITCH command in SQL statement | 19 May 2006 19:06 GMT | 1 |
Hello experts, I'm trying to figure out the right syntax to do the following in SQLt: if Field_Country is equal to USA switch to "Y" as Address, if Field_Country is not to equal to USA switch to "Z" as Address,
|
| how to update many-to-one | 19 May 2006 18:34 GMT | 1 |
I have two tables with a one-to-many relationship, and i need to SUM all the records of one field that link to each 'one' side for each record on the 'one' side. I can do this with a select query, but then I keep getting errors in an update query I built to transfer that select ...
|
| Help with a query | 19 May 2006 18:14 GMT | 1 |
Here is my problem and I suspect this is a simple question for the experts. My query attempts to get the names of players that played in a game during the past x minutes and then the average scores of that player
|
| run an append query and then delte records | 19 May 2006 18:00 GMT | 4 |
I want to run a query (append?) and then delete the records that were appended. But I want to do this with one query instead of a macro.
|
| Round Down to Nearest 15 Minutes | 19 May 2006 17:59 GMT | 2 |
I am trying to Sum my sales data by grouping all of the tranactions to the quarter hour (rounding down to the quarter hour). For example assuming my data looks like this... 05:22 100.00
|
| Delete and INNER JOIN | 19 May 2006 17:52 GMT | 2 |
Hi Froum well I want to delete a set of rows from a table by joinin it with another table but I get this error : "Could not delete from specified tables" but I don't have any permission porblem because I can delete from each of these two
|
| Delete Query Problem | 19 May 2006 17:48 GMT | 12 |
I have a delete query that delete all the record from a table. This query is ran from a command button on a form through a macro. When the process is completed. It show "# DELETED" in all the fields of all the records. But the records are physically still there. When I exit the
|
| SQL Question | 19 May 2006 17:34 GMT | 1 |
For a given field, is there a way to filter out all records that contain the word "OLA" Thank you in advance.
|
| How do I installed Microsoft Word 2000 SR-1 DATA1.msi ? | 19 May 2006 16:41 GMT | 1 |
How do I installed Microsoft Word 2000 SR-1 DATA1.msi to my computer?. I can't used Microsoft Words without it being installed. Please, I need your help. Thank you
|
| Need Help with List box and table relationship | 19 May 2006 16:32 GMT | 4 |
I really need some help!!!! I have a list box displaying several items. The same items are also found in a separate table named: "FieldDescription". In this table, there are 2 column: one listing those items and the other column contains the description of each
|
| Exporting to Excel | 19 May 2006 16:01 GMT | 2 |
I have a table with a column that is fed by a sub-table with a auto number primary key and another column with text. When I export a query based on the table to Excel, the primary key is shown. How do I sow only the text description?
|