| Thread | Last Post | Replies |
|
| No Data Msg Box | 24 Aug 2005 11:11 GMT | 2 |
I have a select query that looks up from one table based on the users parameter input. when no data is returned i am presented with just a blank sheet. Is it possible to display a msg box displaying "no record found" or somthing like
|
| Try to use two functions in query | 24 Aug 2005 10:58 GMT | 3 |
I need to use these two function in query and I don't know how. Cuz I'm a Newbie. :) Function CountCSWords(ByVal s) As Integer 'Counts the words in a string that are separated by commas.
|
| Sorting queries | 24 Aug 2005 06:20 GMT | 4 |
I need to sort a query depending on what option is picked. I have a label report that uses a query. The user uses a menu to pick different options. One option is to sort on last name, another is id. I tried an iif in the order by property of the report, but no sort atall took ...
|
| Returning a variable number of record values as columns | 24 Aug 2005 06:19 GMT | 7 |
For each record in a Customers table, there can be zero or more associated records in an Orders table. I'm interested in the order numbers of the five most recent orders for each customer. I'm trying to write a query that will return the customer number and zero or more ...
|
| unique records problem | 24 Aug 2005 02:12 GMT | 3 |
I know how to use the unique records property in my query. The problem is that there may be one field that is different and this causes a duplication in my list. There are 2 tables in the query. I need to list all people who are on committees in an organization. When one ...
|
| converting data types | 24 Aug 2005 01:51 GMT | 5 |
i need to convert values in one column in integer dtaa type to use in SQL statment. it seems both CAST or CONVERT wont work in JET. How can I solve my problem?
|
| If Then Else Statements in Access '97 | 24 Aug 2005 01:49 GMT | 1 |
Hi -- Where and how would I build an If-Then-Else statement in Access '97? Thanks so much!
|
| Split function in query | 24 Aug 2005 01:45 GMT | 2 |
.I tried using Split in a query to split a delimited number into individual segments and got an Undefined function 'split' in expression error. Is Split invalid in SQL? If so, is there a cognate function that can be used within SQL? I get really tired of using search & replace to ...
|
| time zone date variables | 24 Aug 2005 01:21 GMT | 2 |
I am connected to a SQL file with a date field as a data type = 'LOCAL_TIME'. It displays as an interger in my query. How do I convert it to a date the users will understand? Time zone variable? Universal dates? Convert?
|
| "pivoting" data with a querry | 24 Aug 2005 00:56 GMT | 4 |
All, I've got a table as follows: [ItemNumber] [Supplier1] [Supplier2] [Supplier3] [Supplier4] [Supplier5]
|
| Return just one record for each value pair? | 24 Aug 2005 00:40 GMT | 3 |
I have a simple Orders table that contains, among other things, customer numbers, order numbers, and Item IDs: CustNum, OrderNum, ItemID 12345, 08/22/2005, 546
|
| Suming a Calulated field | 24 Aug 2005 00:17 GMT | 1 |
I have two tables 1. With details of people 2. With events for these people the events are two feilds Start date and end date. These tables are related
|
| how do I create a crosstab query that does not use numeric values | 23 Aug 2005 22:39 GMT | 6 |
I would like to create a query that would display as follows: Name Company Aug 2, 04 Dec 2, 05 Mar 14, 05 Doe, John XYZ Yes No Yes Doe, Harry ABC No No Yes
|
| Union Query | 23 Aug 2005 21:21 GMT | 1 |
I'm trying to create a query to summarize records based on dates. In one column, I want the sum of all expenditures before the beginning of the month, in the other column I want the sum of all expenditures within the month. I think a union query is the way to go, but it's not ...
|
| Determining where the record is from in a Union Query | 23 Aug 2005 21:14 GMT | 2 |
I created a Union query, pulling identical field names from both tables. But how can I know which table the record is from? Is there a way to do this? thanks in advance
|