| Thread | Last Post | Replies |
|
| query help | 23 Feb 2008 18:31 GMT | 1 |
I have a table that I created in Access and I also have created a report to display the information I want from the query, but the report is showing me more than what I want. I have grouping specified on my report to groups records based on the same date and city. However, I ...
|
| Use Function in Query problem | 23 Feb 2008 18:23 GMT | 6 |
I'm trying to run an access query using a function I created to tell the query what path to use. Public Function QueryVar(ByVal sPath as String) As String QueryVal = sPath
|
| Converting a null value to a predetermined text value | 23 Feb 2008 17:56 GMT | 3 |
I have a query where some results may be null. In this case, is it possible to set a criteria to allow the query to return a result for a null value to equal some text value? For example: If null then = "Unreviewed"
|
| Populating null field in queries | 23 Feb 2008 17:54 GMT | 8 |
I have a query with approximately 20,000 records. 3 of the fields (qty) only have about 3,700 records and the rest are blank. Is there a criteria expression that will populate the blank records of these fields with 0 (zero) within the same column that states if the field is ...
|
| Selecting all records if certain value | 23 Feb 2008 15:59 GMT | 1 |
I have a selection form with a pull down menu of courses listed for that person. I want to make it so an "Admin" can see all courses but other users only see those specific to them. How do I do this in a query?
|
| Convert Access SQL Query to Excel MS Query | 23 Feb 2008 15:24 GMT | 1 |
I have a query that works in Access but when I convert it to Excel, I get errors. Can someone help me with converting this to MS Query SQL Excel 2003 language? Here is the original Access coding:
|
| Working with IIf statements | 22 Feb 2008 22:34 GMT | 1 |
I'm working on a query that bouncing dates against one another. I think it needs nested IIf statements, but my brain just can't seem to put it all together. I'd like it to work in a single query to keep things trim and because I'll need to modify it for 8 different cases.
|
| Insert Query skipping duplicate values | 22 Feb 2008 22:03 GMT | 3 |
I have two tables -Individuals -Participation Participation table has two fields
|
| Query based on two sets of depth intervals | 22 Feb 2008 21:52 GMT | 4 |
I have two tables (this all has to do with drilling). The first table consists of a drill hole label, from depth, to depth, and geology (i.e. what rock is present at that interval). My second table has a drill hole label, sample number, from depth, to depth, and nickel content. ...
|
| Export sorted lists | 22 Feb 2008 21:24 GMT | 1 |
I have a query that has personnel members with their respective departments and additional info. I want to selectively download to Excel all personnel but each department in their own spreadsheet. Example: All departments starting with A will be downloaded in sheet A, all
|
| Append Query - return data for each day within a date range | 22 Feb 2008 21:07 GMT | 2 |
I have a table "Rates" with the following data: StartDate: 5/15/08 End Date: 6/23/08 Rate: $53 StartDate: 6/24/08 End Date: 7/15/08 Rate: $86 StartDate: 7/16/08 EndDate: 9/19/08 Rate: $99
|
| Wrong Datatype in query | 22 Feb 2008 20:44 GMT | 3 |
Hi to all, I am getting a data type mismatch in the following query in the where condition: UPDATE tblBudgetBr SET tblBudgetBr.[To] = DateAdd("yyyy",2,"Date()")
|
| Group by date (month & week) in query | 22 Feb 2008 20:29 GMT | 3 |
I have a query with the following data. completion date, part category, avgLT, countOrder Completion date in format of m/dd/yyyy and there are over thousand of records. I would like to format it so that the completion date is grouped by month
|
| How do I convert row data to column data in Access design query | 22 Feb 2008 19:32 GMT | 7 |
I'm in the process of developing a report in Access, through an ODBC query. The sourced data comes over as follows: Part Month Qty Sold ABC 1 200
|
| Date function in a query | 22 Feb 2008 19:23 GMT | 2 |
=DATE(YEAR( [Employee Information Master]![Original Hire Date] ),MONTH( [Employee Information Master]![Original Hire Date] )+4,DAY( [Employee Information Master]![Original Hire Date] )) This query returns the error that there the expression has the wrong number
|