| Thread | Last Post | Replies |
|
| How to make empty columns in query | 06 Sep 2005 09:33 GMT | 1 |
I´ve neary managed to join 3 queries in a Union query, but one problems remains. The amount of columns is different between the 3 tables, and I would therefore like to add empty columns to 2 of the queries.
|
| Help with a query to yield the most recent event grouped by client | 06 Sep 2005 09:16 GMT | 3 |
I have a clientTable (clientID[key]) linked in a 1:many relationship with an eventTable (eventID[key], clientID, eventType, eventDate, eventDescription). I would like a query to provide only the most recent eventDate and description for each eventType grouped by client (clientID) ...
|
| Remove Duplicate Records....Pawan | 06 Sep 2005 09:10 GMT | 1 |
Hello all... I have an access table with around 2000 records. But few records are duplicated. e.g. Say Record for student John is repeated twice in the table. I want to delete duplicate records for which "Student" and "Class" fields are
|
| How do I get the reading for last month | 06 Sep 2005 05:19 GMT | 5 |
I have a table recording monthly reading. How do I get the reading for last month? Any reply is highly appreciated.
|
| Insert Into Where account numbers are inequal | 06 Sep 2005 03:07 GMT | 5 |
I am using Office 2003 on Excel XP. I need to append all records from T1 INTO T2, if [T2].[Period] = 2 and the account number appears in T1 but NOT in T2. Would the following SQL do the trick?
|
| extract portion of a string using SQL | 06 Sep 2005 02:37 GMT | 6 |
If I have a column containing one or more first names eg Bill Andrew Mike and I want to extract the first name in the column (eg Bill) I can use SQL code - Left([names]),Instr(1,[Names]," ")-1) however if the row only contains one name the query returns an error for that row. Do ...
|
| Summary Total of Two Date Fields | 06 Sep 2005 01:57 GMT | 13 |
I want to create a summary of events based on two date criteria. I want a total of how many times the date is not empty for each field value. If I create a query with the two fields and use count, I get the same number value for both. It is to track how many lots in a ...
|
| Help with query criteria. 2nd posting | 06 Sep 2005 01:34 GMT | 8 |
I have a query that Ken Snell helped me with. It detects missing dates in my employee timesheet db. My query has a field of [D] form tbl "Q", a field of [FirstDay] where a date was entered indicating the employees first day of work for the season, and [LastDay] for the date the ...
|
| How to pass a value to a variable | 06 Sep 2005 01:05 GMT | 2 |
I have a query that gets a value from a table. How do I pass that value to a variable?
|
| Changing Data format in a field | 06 Sep 2005 00:05 GMT | 2 |
In a query I am importing data from another program and appending it into a table, The data being imported has phone number fields in the format (123)456-1234 I need to remove the brackets and the dash from the data so the phone number
|
| Can somebody help me with this query? | 05 Sep 2005 23:41 GMT | 2 |
I have a database with 2 tables (one with names of 3 people and one with the things that they will do every hour). Now i want to make a query with these 2 tables and i want to get this result: Name 14 15 16
|
| Problem with automatic SQL lookup | 05 Sep 2005 23:39 GMT | 7 |
I have SQL lookup that does not do exactly what I want. I am new to Access and SQL so I am doing some practice databases. I have a table with 3 fields: Table - Counties:
|
| Need help with Access SQL Query | 05 Sep 2005 23:13 GMT | 8 |
I have 2 tables, Countries and States. Countries is setup like this: 2DigCode = Primary Key 3DigCode
|
| Help needed w/Crosstab Query and Column Values | 05 Sep 2005 22:15 GMT | 1 |
I am trying to get either the counts of or sum of data from a table with gift amounts to display within certain ranges (e.g., $1-$99, $100-$199, etc.) . The query is as follows: TRANSFORM Sum(tblGifts.GiftAmt) AS [The Value]
|
| Building a SQL expression in VBA | 05 Sep 2005 21:16 GMT | 2 |
The following is an extract from the WHERE element of a SQL expression behind a select query which, in this instance, returns a record whenever the Genre field contains the word "blues". WHERE (((Products.Genre) Like "*blues*"))
|