| Thread | Last Post | Replies |
|
| Sorting of Stock Name in Combo Box | 06 May 2007 12:01 GMT | 1 |
I have 2 tables: 1 is Main stock code and the other is Main historical the primary key is stock code. I create a combo box in a form where the user can select the stock name. How could i sort the list from the pull down combo box from with asscending
|
| Creating Index or Autonumber in Query List for calculation | 06 May 2007 11:59 GMT | 1 |
Pls help: I have 2 tables: 1 is Main Stock. The other is Main Historical. After creating a query list based on a particular stock name. I could like to carry out some calculation: IE, 10 days average prices.
|
| Exclude query not working with BE SQL table | 06 May 2007 08:16 GMT | 17 |
I have a split DB with an Access FE and a MS SQL Server BE. All queries work fine except when I try to exclude records based on them containing a certain string. Assuming "ABC" is the string, I have tried: NOT LIKE "ABC", <> "ABC" and also NOT IN ("ABC") with the same result, I ...
|
| Query about query of subtracting 2 fields | 06 May 2007 05:08 GMT | 2 |
I've tried to update a field (say, fieldC) with the value = fieldA - fieldB as follows: under FieldC in the row of "Update To", I type the following: [fieldA] - [fieldB]
|
| Last auto-generated replication-id | 05 May 2007 20:44 GMT | 6 |
In an MS Access table I have a one-field primary key, that is an auto- increment field of type Replication-id. After inserting a single record using SQL INSERT, I want to obtain the key of the new record. I have done this before with auto-increment fields of type Numeric and
|
| how to display all duplicate records | 05 May 2007 19:44 GMT | 2 |
I am having trouble displaying all duplicate records that meet a certain criterion. I want them all displayed in the query so I can pick and choose which ones I want to delete. This is the SQL code that's not doing it; that is, displaying only the first of the duplicate records:
|
| Change A Field content to spaces | 05 May 2007 14:54 GMT | 5 |
I have a transfer text routine to transfer the contents of a query to a text file. In that file is a field name cost_ctr that has the word "none" in it. How do I change "none" to spaces for the output file only? I still want to keep it in the query for reporting purposes.
|
| Multiple expressions in one query returning errors | 05 May 2007 12:15 GMT | 2 |
I am an Access Neophyte, self-teaching as I set up a client database for my company. I am trying to run a query that will return info from 4 expressions; each using a different field. Expression 2 returns the expected data. All the others return "#Error"
|
| Select Query on a subform within a form | 05 May 2007 06:50 GMT | 16 |
I'm trying to use a select query to select matching information on a subform within a form, and can't seem to get it just right. An example of my query is as follows: (Select [statement date] FROM [correction letters - step 1] Where [statement
|
| IIF in qurey criteria | 05 May 2007 05:40 GMT | 2 |
I am trying to add an IIF statement to my query criteria. I have a form with an option group (optRept)with 2 choices: 1. Give me all records where total sales > [Forms]![frmOrderRept].[txtSlsMin] (this a text box on the form to enter sales $ criteria) or 2. Give me all records ...
|
| Access Query Not Found criteria | 05 May 2007 05:23 GMT | 9 |
Hello - - I have a query in Access that searches in part a table that list the 'events' of employees. These events can be many things, name change, hire, term etc.... What I'm trying to do is search for data entry errors. In this case,
|
| Complex Analytical Query help please | 04 May 2007 23:57 GMT | 2 |
Hi, I have a complex analytical query that is WAY beyond my SQL capabilities and would appreciate any expert help I can get on this. The table of records I want to process is large (2.6million records) and will require considerable
|
| Querying records between two dates | 04 May 2007 23:09 GMT | 3 |
I need to query all records that fall between two dates. I have a column where I input dates the record was input. This column is called "DATE INPUT" and it is a short date format. The expression criteria listed under "DATE INPUT" is:
|
| Append many queries to tables | 04 May 2007 23:04 GMT | 1 |
I'm trying to automate the running of 8 queries that append to 3 different existing tables (for example): qry1, qry2, qry3 appends to tbl1. qry4, qry5, qry6 appends to tbl2.
|
| query to join multiple queries | 04 May 2007 21:17 GMT | 2 |
Need help with this, This is a query that I'm using to consolidate other queries that perform the same calculations, only for different date periods. SELECT [1stPeriod].FltNumOrgDst, [1stPeriod].ExpLF, [2ndPeriod].ExpLF
|