| Thread | Last Post | Replies |
|
| Concatenate Error Help | 21 May 2008 17:16 GMT | 11 |
The following statement creates the following Run-Time Error: Run-Time Error 3075: Syntax error (missing operator) in query expression 'PropertyID=2 DefendantType="Owner"
|
| Crosstab Query?? | 21 May 2008 16:32 GMT | 3 |
I have a table that includes and ID and language field where multiple records include the different languages. Some ID's have up to three languages so it looks like: ID1,language1
|
| Blank result, want a zero | 21 May 2008 16:00 GMT | 2 |
I have three fields. They are [initials], [type of time] and [amount]. I need the sum of the [amount] field for [type of time] that is either "comp time earned" or "comp time used" so I created a crosstab query. [Initials] is the row heading, [type of time] is the column ...
|
| In an access Query how do you get data for the current month | 21 May 2008 15:53 GMT | 3 |
I would like to extract data for the current month only from my data base based on a receipt date. formated as mm/dd/yyyy I can get todays stuff and last months stuff but simply can't get the current month.
|
| DSUM Error | 21 May 2008 14:17 GMT | 3 |
I am getting an error with the below DSUM expression: LeadHours: IIf([helo#]<41200,nz(DSum("HOURS","tblUnitHours","[STATION]='" & [STATION] & "' [LongNose]='S'"),
|
| Multiple Aggregate Functions | 21 May 2008 14:13 GMT | 4 |
I am facing a problem of creating multiple aggregate functions in the same query. What I want is like to get the number of courses for a certain month and I have a field that gives me the date of a course. So what I am doing now is creating a separate query for each month. For ...
|
| workingdays in Acess | 21 May 2008 13:10 GMT | 2 |
Dear Forum, I hope you could help me with my new MS access 2000 challange. I would like to calaculate in a query the different between 2 dates. Output should be cleaned by Saturday and Sunday.
|
| Left Outer Join - With Two conditions | 21 May 2008 12:43 GMT | 1 |
Good morning, I need a Left outer Join with two conditions: The records not in Dept table and CONDITIONS: (Emp.Name=Dept.Name AND Emp.Age=Dept.Age) For Example: I have two tables like below:
|
| Count Distinct displayed on subform | 21 May 2008 12:29 GMT | 1 |
I have read many many articles on this website and I still can't get this right. I want a count of distinct RefNum displayed on my subform. My subform displays 3 records, 2 with the same RefNum, so I would like the
|
| subreport problems with multivalued fields | 21 May 2008 09:36 GMT | 2 |
I have a query that runs perfectly well using a multivalued field (Access 2007), however when I base a subreport on it I get an error back claiming that it can't find the relevant field in my table...can anyone help?
|
| Date()-14 | 20 May 2008 22:51 GMT | 1 |
Quick question... I am trying to set up a query in access 2007 that will return all of my customeers who I shipped to 14 days ago. This simple function works in my 2003 version, but why can't I get it to
|
| Concatenate WHERE Criteria Question | 20 May 2008 20:46 GMT | 1 |
How do I properly use the two WHERE conditons below? The OWNER is a literal statement, meaning the owner of the property and will also remain the same. Property_Owner: Concatentate("SELECT FirstName & ' ' & MiddleName & ' ' & LastName & ' ' & Suffix FROM taDEFENDANTS WHERE ...
|
| Group by week | 20 May 2008 19:09 GMT | 3 |
I have a user form where a user types a date. I then need to group and count records in my table for the week of the date the user picked plus the past 3 weeks. My weeks are Monday - Sunday. For example, if a user picked May 20, 2008, week 4 is Monday, May 19 - May 25, week 3 ...
|
| Getting Multiple Owners Names for Single Pieces of Property | 20 May 2008 18:21 GMT | 8 |
I have the below SQL that obtains the names of property owners from the data stored in tables. The SQL adds the firstname, middlename, lastname and the suffix together into a field called Property_Owner. The question I have is this, what if the property has two owners (most ...
|
| Query Resulting in Duplicate Records | 20 May 2008 18:13 GMT | 3 |
Ok, below is the SQL statement for a query I want to run to find the list of open disputes and combine the current list of disputes with the old list that has the updated comments and such. When I run this, the resulting records are duplicating. For example:
|