| Thread | Last Post | Replies |
|
| joins pls help | 18 Sep 2009 04:20 GMT | 1 |
Original table ocity year price frankfort 2008 1200 frankfort 2009 500
|
| compare and unmatched | 17 Sep 2009 21:31 GMT | 8 |
I need help in creating a query that will find all unmatched records in a table. I have two tables: The first table T1 has just has a record number
|
| Easy question "like" | 17 Sep 2009 21:16 GMT | 6 |
I wonder why the 'like" function does not work perperly. In my query i have want use like to filter out the result. I used like "lightnin" on the criteria to get the result for which column have this "lightnin" keyword, but the result shows that it pull the "light, lighthouse, ...
|
| between for paramter query for text | 17 Sep 2009 19:50 GMT | 4 |
I know it is not the best practice to use parameter query for user input(a form is better) but I have inhereted this database and just want to make a few minor changes. I have a parameter query for Client ([client] that is a text field and it
|
| Do I need to convert a hyperlink field to text to change it? | 17 Sep 2009 19:47 GMT | 11 |
This is giving me a syntax error Update [table4] Set Hyperlinkpart([table4],[hype],0)=Replace(Hyperlinkpart([table4],[hype],0),"tempest","trinity")
|
| query assistance | 17 Sep 2009 19:39 GMT | 3 |
I am have to find out a %, based on total(# of records)- corrections/total(# of records) The fields i have would be QCP_id, date, batch_id, and correction. I would need to get the total amount of records by QCP_ID, using the count
|
| Update Query | 17 Sep 2009 19:15 GMT | 3 |
I have a table called "Students - Enrolled" and I need to create an update query that will put a "90%" in the [REFUND] column/field for the records that have an "092" in the [TERM] column/field and the date in the [REG_AUDIT_DATE] is between "5/12/09" and "5/13/09"
|
| Query to find minimum of two fields | 17 Sep 2009 17:31 GMT | 3 |
I have a table with 3 fields - Name, Lap1, Lap2. I want to create a query that will shows the result with 2 fields. The 2 fields are Name and Best_Lap. The Best_Lap is the minimum between Lap1 and Lap2. How can I do this?
|
| a query to produce sales activity totals | 17 Sep 2009 15:53 GMT | 12 |
I have a simple database to track each sales person's contacts and 6 different steps in the sales procress. Its not about contact management, rather its all about the numbers...how many contacts, how many step taken, total units sold. I need a query or report of some sort to give ...
|
| Select Query Help | 17 Sep 2009 14:21 GMT | 2 |
What is wrong with this slq statemnt. When I hit my cmd button in my form i get a pop up box that says "Enter Paramater Value" GCriteria = Forms![frmSearchFields]![cboSearchField].value & " = " & Forms![frmSearchFields]![txtSearchString].value
|
| Why Doesn't This Work? | 17 Sep 2009 14:14 GMT | 2 |
Access 2007 Table1: Field: ABC (AutoNumber) PrimaryKey: ABC
|
| Dates - make query field to specify "Past" or "Future" | 17 Sep 2009 12:21 GMT | 2 |
I have a database which details holidays, and I have had to construct it specifically to include all dates. I want to make a field that specifies whether the holiday is future or past - I cannot work out how to speficy that if the date is larger than today the field should read ...
|
| Left Join Not Returning All Records | 17 Sep 2009 04:02 GMT | 2 |
I have a table of staff effort data, containing the following fields: FY WBS Period
|
| Report from query | 16 Sep 2009 22:31 GMT | 1 |
About four years ago, I created a query that pulled records based on the items selected. Sex, race, hair color, eye color were all combo boxes and the user selected those that matched. They also selected whether the person wore glasses was bald, had a mustache, beard, etc. ...
|
| Group by Time | 16 Sep 2009 22:02 GMT | 2 |
I have a table (tblRecords) with specific times (long time) for each record. From a query I need to group the resulting records by hour military time (0600, 0700, 0800....) I've created another table named tblTime with 3 colums
|