| Thread | Last Post | Replies |
|
| WHERE f$ | 21 Nov 2005 05:36 GMT | 3 |
How do i pass a global variable (as criteria) to a Query design/SQL? The variable f$ will contain an sql where statement e.g. "[Enquired] Is Not Null AND [Letter Sent] Is Null" Works fine if i just copy/paste into the SQL statement, or criteria line in
|
| I cannot enter data into a query in access | 21 Nov 2005 05:22 GMT | 3 |
I have set up a query linked to a number of tables. The query has fields which are the links to the other tables. In some records, not all, i want somes field to be blank so have used the IsNull function to allow this, but when i have done this it seems to lock the query and i am ...
|
| Tricky Delete Problem | 21 Nov 2005 04:37 GMT | 12 |
Hi there, I've got another tricky problem. I have a table with 5 columns. Columns are called 1, 2, 3, 4, 5. One case: Columns 1 and 3 have numbers in them. Columns 2, 4 and 5 do not any
|
| Update Query - Expression to Delete Rows | 21 Nov 2005 02:03 GMT | 2 |
I setup an Update Query and I would like to Build and Expression to Delete a row if the Field Value is Null or "0" What would the Expression look like? Thanks
|
| Query for leading blanks | 21 Nov 2005 01:27 GMT | 6 |
certain Is there a query that will search for a number of leading blanks? I have a text file (notepad) of music listings that has the band name (with 6 leading spaces) and the next line is the album name (with 9 leading spaces). After that, there could be another album name or ...
|
| Update Query to Divide Amounts in Table by 100 | 21 Nov 2005 00:00 GMT | 1 |
A field in my Table contains Dollar Amounts that are off; instead of 12.44, it's 1244 Therefore I would like to divide this field by 100 I want to permanently modify the Table, no create a separate Table
|
| need 3rd and 4th values from 7 digit text | 20 Nov 2005 22:46 GMT | 1 |
Column 1 contains routing numbers (ie-RA12345). I need Column 2 to contain the 3rd and 4th digit from column 1. ex- Col1 Col2 RA12345 12
|
| restricting combo list to only 'unused' values in other table | 20 Nov 2005 22:35 GMT | 7 |
I have 2 tables; subnetallocation (SNA, for short) and routers. each record in routers will store a reference to a subnetidx. After a subnet gets allocated and when i next go to routers form to allocate another, i want my combo box to only show records from SNA that have NOT ...
|
| Query Expression to run only when Value Entered | 20 Nov 2005 14:31 GMT | 1 |
I'm using a value from an unbound Form Combo Box to limit my Query. I'm using this expression to limit by City Like "*" & [Forms]![frm_Search]![cmb_CITY ]& "*" My Table contains many rows with Null Values for this Field
|
| Can someone PLEASE Help with a combo box???!!! | 20 Nov 2005 03:10 GMT | 6 |
I've posted several times and gotten some assistance with refreneces to links, but I can't seem to get the supplied help to make my situation work...! I'm getting very frustrated and cannnot seem to figure this out...I know there must be a solution!
|
| Display all columns of a combo box | 19 Nov 2005 21:37 GMT | 2 |
Oh my...I'm having a very difficult time trying to do this...and I at this point could certainly use a bit of a step-by-step approach. I'm trying to get all the columns in a combo box in a query to make a report from. My combo box has an account number then an account description ...
|
| Removing leading zeroes from a text field | 19 Nov 2005 20:56 GMT | 9 |
Is there an Access function (or combination of functions) that can remove leading zeroes from a text string?
|
| Only show Last Four numbers of SSN | 19 Nov 2005 16:10 GMT | 3 |
I have a form that shows SSN, but I want to limit what the cell shows to just the last four. Any ideas?
|
| Update table query memo field truncated | 19 Nov 2005 15:15 GMT | 2 |
I am using access 2000. I have an update query defined with one parameter (defined as memo data type). The field in the table to be updated is also memo type. However, when I run the query, the data is always truncated. When I view the SQL, even though the parameter is defined as ...
|
| Unable to pass Parameter to query with OpenRecordSet Command | 19 Nov 2005 13:46 GMT | 6 |
Variable dtCurrent holds the curent date which is set up as a parameter in query MainQueryWithParm. Set rst = db.OpenRecordset("MainQueryWithParm", dtCurrent,dbOpenDynaset) Is it not possible to pass a parameter in this way ?
|