| Thread | Last Post | Replies |
|
| Sorting on the fly | 03 Nov 2007 18:48 GMT | 1 |
During Form Open, I'm filling a combo box with a list of file names from a directory: tmp = Dir("*.txt"), RowSource, etc. What's the best way to sort ASC/DESC this list as it comes in, so they're all sorted correctly in the drop down. Or do I have to store data in a tmp
|
| Null Parameters | 03 Nov 2007 16:36 GMT | 1 |
I have a database for which each record can have any number of 21 checkboxes selected. I have created a query to pull the values from the form unless the value on the form Is Null. To do this I used the following statement in the Criteria field of my Query in design view:
|
| Need help with a query | 03 Nov 2007 16:27 GMT | 1 |
It's a Bed and Breakfast. There are two Access Tables in the query. No spreadsheet. The Reservations table has room numbers (some of which repeat because different customers rent the room during different time periods), customer numbers, check-in and check-out dates. The Rooms ...
|
| Sorting data in a query | 03 Nov 2007 15:09 GMT | 1 |
I have a report based on a query that returns employees holiday dates in descending order. This works well but new boss only wants to see the last holiday that staff had. I have tried various methods of trying to return the LAST
|
| Remove Minus | 03 Nov 2007 14:38 GMT | 1 |
I have a query that I am subtracting Feild1 from Field 2 I would like for the difference to be a Whole some of my amount are negative number like -2 I would like to remove the minus sign can I do this? Thanks
|
| Sequential number in a query | 03 Nov 2007 06:18 GMT | 3 |
I am working on a YTD Sales report. I would like to know if I can create a cell in a query that will be a squential number. Starting with 1 on up. If so how would I do this? Report would look something like:
|
| List Box - Select All | 03 Nov 2007 04:31 GMT | 2 |
My query searches my table of employee records based on three possible selections from a list box - "Active" - "Retired" - "All". When I select Active or Retired it works ok - how can I get the query to show all records when "All" is selected in the List Box since none of the ...
|
| Sum of Services Provided Check Box | 03 Nov 2007 04:21 GMT | 2 |
I have a check box on table: FLW You are to check as many services as was provided with this client on this contact. List of services:
|
| More query issues ..... | 03 Nov 2007 03:15 GMT | 2 |
Two tables--Rooms and Reservations. The Rooms table has a room number field with repeating numbers. How do I consolidate those in the query, and determine the income generated based upon the check-in and check-out dates?
|
| A field on a query has a value in it I'd like to use to create tot | 02 Nov 2007 22:03 GMT | 2 |
Cost: Proceeds: G/L St G/L LT 30,000 31,000 $1,000 25,100 24,095 ($905) 4,000 5,000 $500 $500
|
| Update Query to Force Field to Uppercase in Table | 02 Nov 2007 21:52 GMT | 2 |
I want to create an update query that takes the value of one field (INSCRIPTION) and updates the value of another field (LANDOWNER) in such a way that whatever is in the INSCRIPTION field is stored in LANDOWNER field as ALL UPPER CASE LETTERS. I know how to format the field in ...
|
| Remove leading zero | 02 Nov 2007 21:10 GMT | 4 |
I am trying to remove the leading zeros from a 16 character text field. I have tried using the val () funtion as well as the right () function. Each time I run the query it asks for me to enter the "Parameter Value" and lists the field name. I think I am querying an Oracle ...
|
| Aliases in Update Queries | 02 Nov 2007 21:04 GMT | 3 |
I have the following query: UPDATE tblMyQuestions SET tblMyQuestions.StudentName = tblStudentCodes.StudentCode; When it is run, it says "Enter Parameter Value" and then displays
|
| SQL WHERE clause (How do I indicate entire table) | 02 Nov 2007 20:40 GMT | 5 |
SQL WHERE clause usually asks you to enter each field you want to search. I would like to know if there's a quick short hand for indicating I want a search on the entire table without entering every field! SELECT
|
| Creating a query selecting multiple fields | 02 Nov 2007 20:28 GMT | 11 |
I have two tables who have a relationship based on ID. I want to make a query where the parameters for the criteria are asked and then according to the selection, all of the ID's and Name's are in the resulting query with the listed paramter (field) that was chosen.
|