| Thread | Last Post | Replies |
|
| Newbie needs help writing a function | 12 Mar 2008 20:35 GMT | 1 |
Hey all, I am trying to write a function for a Module. Here is my code: Public Function fncModelNo(OptionKey As Variant) Dim ModelNo As Variant ModelNo = Left([OptionKey], InStr([OptionKey], ".") - 1)
|
| Parameters for query from form | 12 Mar 2008 20:03 GMT | 5 |
I have a query that currently runs using built in date parameters. I want to change this to run from a form, but every time I try to run the query this way it comes back with incorrect results (28 entries instead of about 3000 - it only uses the last txt box instead of acting as ...
|
| IIF Function | 12 Mar 2008 19:38 GMT | 1 |
I need to use an If statement in a field in my query, here's what I need it to do: If field name "PYE" equals "12/31" then insert "1/1" or If field name "PYE" equals "11/31" then insert "12/1" or If field name "PYE" equals "10/31" then insert "11/1".
|
| join 2 or more link tables & include all rows | 12 Mar 2008 18:34 GMT | 6 |
I have excell spreadsheet for various credit cards (table a, b & c), and checking account (table d), and want to join automatically so I can run reports and track categories. The queries join only the common entries, while I need all rows. I like access ability to edit the ...
|
| True, False, or Both criteria | 12 Mar 2008 17:47 GMT | 4 |
I have been trying to set the criteria for a Yes/No field so that the user can choose to see True, False, or both. The "both" part has me stumped. I have tried variants of: IIf([Yes or No or Both] = "Yes",True, _
|
| How do I create an Query Parameter Input Mask | 12 Mar 2008 17:14 GMT | 2 |
I've created a Password in a Query... but I want a mask to be shown when the user is inputting that password - for example, "*********".
|
| Crosstab question | 12 Mar 2008 16:56 GMT | 1 |
I am trying to create a crosstab or pivot table. I have one table involved that is used to track dates that employees call in sick. The fields I'm needing are [ID] (primary key for the table-each "call in" has a unique value), [EmpID] and [Date]. I want to see the EmpID (rows) ...
|
| How to return preset values based on query result? | 12 Mar 2008 14:29 GMT | 2 |
I have a database table that has a row called "Company", which may return different variations on a company name, depending on how it was entered. For example, it may return one of the following: WidgetWerks, Inc.
|
| Append query is running a long time | 12 Mar 2008 14:28 GMT | 7 |
I have an append query that has alot of calculations in it and it takes several hours to run. I have tried copying and pasting the data but because of the calculations it still takes forever to copy. Does anyone have any suggestions on what I can do?
|
| how to get percentages? | 12 Mar 2008 14:17 GMT | 4 |
Say I have Table A in MS Access 2000 with the following fields: id; school (humanities, science, medicine) and anxiety(mild, moderate, severe). I want to end up with the school rows on the left (humanities, science, medicine) and the anxiety headings on top (mild,
|
| Query criteria repeating | 12 Mar 2008 10:37 GMT | 4 |
I have created some queries that the user can use to search by adding certain criteria. However after a few uses the users find that they are asked for the same criteria twice before the query runs. Does anyone know the reason for this?
|
| Using the highest count for the field name in a query | 12 Mar 2008 04:53 GMT | 2 |
I have a table that list a count of peoples visits along with the State City and 5 digit Zip Code. I would like to query this data so I can get a total(Sum) of peoples visits by their 5 digit zip code. This is difficult because some Zip Codes can have more than 1 town associated ...
|
| Summing up multiple line items per invoice number (RefNumber) | 12 Mar 2008 02:39 GMT | 5 |
This is the result I get with the following query: RefNumber InvoiceLineAmount InvoiceLineQuantity 65914 7.72 1 65914 500 1
|
| forms and queries | 12 Mar 2008 01:23 GMT | 4 |
I have a form that has 5 text boxes. 1) is the start date 2) is the ending date 3) is an expression:=Month([end_date])
|
| SelfJoin query | 11 Mar 2008 23:22 GMT | 4 |
Can you please tell me how can I modify this query to identify these 'pairs': 1234A and 1234B; the below query is working when I have 1234A and 1234AX; the characters before X; or in the first case before A and B are the same. Thank you,
|