| Thread | Last Post | Replies |
|
| check boxes within a query - criteria yes/no | 12 Jun 2007 16:36 GMT | 1 |
Hi, I've created a form from a query. When a button is pressed, a question is run regarding the check box field, being 'Is the student enrolled - 'yes' or 'no' , the user should enter 'yes' or 'no' (without the commas' to run the query with the correct information chosen, ...
|
| nearest multiple of | 12 Jun 2007 16:17 GMT | 5 |
I need to return a value as a nearest multiple of 0.25. - similar to Ceiling Function in Excel.Any ides how do I go about it? thanks Barb
|
| Reference Qry Column | 12 Jun 2007 15:44 GMT | 3 |
I am trying to reference a column in the same query (DateCalc2) for purposes of grouping. When I run the query, I get a message: that MS Access can't find the name of the column in my expression. I have read that referencing of this sort is not the best way to go but cannot ...
|
| Query Too Complicated | 12 Jun 2007 15:40 GMT | 8 |
I have a survey that has 20 questions. The records have survey IDs. The problem is i need to count the preferred responses in each field, then determine the percent of preferred responses, and convert that to a readable percentage (*100 then isolate using Left 4 characters.) ...
|
| get a single field value without a lot of code? | 12 Jun 2007 15:28 GMT | 1 |
Instead of using an INI file or other means of containing application variables I have created a appvariables table in Access 2000. The table will only contains 1 record with 1 or more fields.
|
| IIF Statement in a Query. | 12 Jun 2007 13:40 GMT | 10 |
I need to create an IIF statement in a query that will check an item on a form and if that item is a certian value select only that value but if it is any other value select all values. I have tried the following: IIf([Forms]![zfrm_SwitchboardSplitSkill]![cbo_ServiceDesk]="CBO ...
|
| Crosstab? | 12 Jun 2007 13:26 GMT | 2 |
I have many products, each which can appear in multiple catalogs. I want to show the product numbers down the left side and then show each catalog that the product appears in all in one row. It should look similar to this: Product Catalog Prefixes
|
| Requery Combo Box | 12 Jun 2007 11:03 GMT | 3 |
Not sure if I am doing this correctly or not. I have a form that has several combo boxes on it that allow a user to pick a name from a list. I need to have the next combo box be requeried and not include the selection from the first box. This has to continue until four boxes ...
|
| query using 'is null' and ' or 'is not null' with checkboxes | 12 Jun 2007 05:57 GMT | 1 |
Lets say my table has fields 'text name', 'text class', 'check box enrolled' When I create a query with 'criteria' in the check box section stating 'is not null' this works fine, I get my answser, when I use 'is null' I get nothing
|
| Function "Workingdays" query error date | 12 Jun 2007 00:51 GMT | 6 |
I am trying to calculate the number of days, excluding weekends, between two dates. I am using the "workingdays" VBA code. I have pasted the code in a module, naming it "mdlWorkingdays". The code is listed below along with a sample of the data.
|
| combo boxex/listboxex | 12 Jun 2007 00:49 GMT | 6 |
i have a combo box on my form which allows me to select data and add to my list box and works well. now i want to add data from a different table to the same list box? help please
|
| Convert Excel function to Access Query | 12 Jun 2007 00:21 GMT | 9 |
I have some raw Excel data in the format: 2170696969 2021965 2023241
|
| Count Query | 11 Jun 2007 23:59 GMT | 3 |
I have one table and I want to bring a count based on the section and subsection. So basically I want to know for each dealer if a technician called about the same section and subsection which I have combined the fields in the query, how many calls were there. It is working for ...
|
| Help with IIf in a query | 11 Jun 2007 21:39 GMT | 2 |
Please bare with me as I am somewhat new to Access. I am trying to set up an IIf expression in a query and it is not returning any results. I am trying to calculate the amount of overtime for my department. The overtime is based on the amount of open items that are more than 20 ...
|
| Update query cutting off at a space | 11 Jun 2007 20:56 GMT | 1 |
I am trying to use an update query to change a field to a concatenated field using the criteria below. In a select query, it works fine but in the updae query, it cuts off at the first space in the field. any suggestions?
|