| Thread | Last Post | Replies |
|
| Run Multiple Update Queries at Once | 23 Jun 2005 11:41 GMT | 6 |
I have 25 Update Queries with the same parameters. I would like to create a script or stored proc? to run them all at once and then have the user respond to a form, providing the parameters for the update queries and hit OK, thereby running the script or stored proc.
|
| ado query problem | 23 Jun 2005 11:04 GMT | 2 |
I am working on a subform called Cheque, which forms part of a form used to collect payments from clients. the cheque subform is a continuous form as clients often pay using more than one cheque and as such most of the details are the same but the amount and
|
| Report formatting | 23 Jun 2005 05:52 GMT | 1 |
I have a lengthy report with only several fields across - I know that there is way to format a report into columns but I can not remember how. Can any one help?
|
| Udate Syntax Help | 23 Jun 2005 03:47 GMT | 1 |
I have a phone # field that I need to import into another program. Before for I create the csv file to import I need to put a 1 in front of each record. Record #1 = 4025555555 I need to run an update query that will make theis 14025555555
|
| Update Query with two tables | 23 Jun 2005 02:11 GMT | 1 |
Sorry for the newbie question. I have two tables. The first one has several fields, two of which are: STCC, STCC Definition (currently blank, I want to populate this field). The second table is an all-encompasssing database with all STCC's and their definitions.
|
| IIF in IF portion of Query | 23 Jun 2005 02:00 GMT | 1 |
I have an Access database that lists multiple items within a text string in a single field that I want to recode into several binary variables. In other words, if a "*STEREO*" is listed, I would like to create a field titled STEREO that is equal to either 0/1. How might I express ...
|
| Find records where a date is less than 120 days | 23 Jun 2005 01:37 GMT | 3 |
Hello, I am trying to create a query where I can get all records that are 120 days past a date. I tried running a query where the date criteria for a DateReceived is:
|
| Counting yes/no fields | 23 Jun 2005 01:32 GMT | 3 |
I am creating a form that inspectors use to rate houses. On it I created each item they are inspecting as a field with a yes/no box. The inspector will inspect several houses by different builders. I need to be able to create a summary sheet that will count the number of yes's ...
|
| date difference expression in query | 23 Jun 2005 01:29 GMT | 4 |
I need to calculate a couple of date-related values, one is a date 6 months from the start date, the other is the age today. I can get this information by putting the expressions into a form, but then cannot use this info to produce reports.
|
| Select query question | 22 Jun 2005 23:24 GMT | 1 |
I am trying to correlate/pull historical data from one table based on another. Specifically, I have one table [50Avg] that has the following fields: ID Ticker TradeDate DateYesterday 5766 AACE 4/21/04 4/20/04
|
| Expression help - query looks to subform | 22 Jun 2005 22:25 GMT | 5 |
I have a form with a subform. In the main form(main), I have a tab that sums the items for each record(So far so good). QueryCount sums up 5 different itmes and displays the count total as I want it to. Here're where I've got problems. I need the query to look at field [x] in ...
|
| Field Name in Query Results | 22 Jun 2005 21:03 GMT | 8 |
I've run a query but in the results, one of the fields is labeled "Field0" How can I change this to the name of the actual field in the table/query?
|
| How do I take 3 fields and put the data into one field | 22 Jun 2005 20:14 GMT | 1 |
I need to take 3 fields Name, First, and middle to one field "Name". For examplre Name=Smith First=John
|
| How to search for userdefined keyword in Access 2003 query? | 22 Jun 2005 19:03 GMT | 2 |
Access 2003 or InfoPro 2003 I am trying to allow any user to respond to a query criteria prompt and allow him to search for a keyword (typically identified as a *criteria* or like criteria).
|
| Update Query Help | 22 Jun 2005 19:01 GMT | 1 |
I have a macro that is clicked daily that imports a .txt file into my database to a new table called NewExceptions (no primary key). The macro then appends new records from the NewExceptions table to a table called Exceptions (primary key is PartNo, ExceptionDate & Ind). My ...
|