| Thread | Last Post | Replies |
|
| How to determine maximum size of field contents | 06 Nov 2007 16:49 GMT | 2 |
How do I query the maximum size of the contents of a given text field? Also, any suggestions on how to write a query to return the maximum size of the contents of each text field in my database? I'm using Access 2003.
|
| Repost, Help with combining queries | 06 Nov 2007 16:33 GMT | 2 |
I currently have a database that contains some information such as: File number, date ordered, date closed, gross income. I have two queries that I would like to combine, the first is as follows: SELECT Year([OrderDate]) AS [Year], Month([OrderDate]) AS [Month],
|
| Delete part of text from field | 06 Nov 2007 16:31 GMT | 3 |
Here's my challenge: I'm processing a customer info file with your standard demographics - first name, last name, age, address etc. The last name appears in all of the 'last name' fields; no problem.
|
| Sort Records Descending in Filtered Subform? | 06 Nov 2007 16:10 GMT | 2 |
I have a subform which is filtered based on the main form. The subform is based on a table, which holds the primary key of the main form table as a foreign key. The default sort is ascending (by autonumber primary key in subform table). I would like to sort this descendingly.
|
| Guidance required for Update Query | 06 Nov 2007 15:34 GMT | 2 |
I have an access database with a customer table listing various details, such as customer ID, Name, date joined, main contact, etc. I need to update specific information, for specific customer ID's. I therefore have a maintenance table showing the records (by customer ID) that
|
| field in the table as number | 06 Nov 2007 14:51 GMT | 1 |
I have a make table query. One of the fields has the following expression: “Total : IIf(Nz([Sum Defects Current Month].[SumOfDefects])=" ","0",([Sum Defects Current Month].[SumOfDefects]))”. I set up the field parameter in the query to a general number.
|
| Subquery can only return one record when used inside the WHERE cla | 06 Nov 2007 14:42 GMT | 2 |
My nested query is giving me the Access 2003 error, "At most one record can be returned by this subquery." So obviously I didn't choose the right kind of nested subquery because I need to be able to return more than one record. The purpose of the query is to find employees on ...
|
| using query to copy both letters and figures from and in the same | 06 Nov 2007 12:51 GMT | 3 |
Hello I am using query with excel to copy columns from an excel file (lets call it f1) to another one (f2). It works fine but when there is alternatively figures and letters in the column rows in f1 query will only import either figures or letters or cells
|
| How do I make an update query to update fields in one table with fields from another table? | 06 Nov 2007 12:27 GMT | 1 |
I have two tables: my main table and a cut-down version of the main table with newly updated values: Main -------
|
| Selecting the last from any year | 06 Nov 2007 11:48 GMT | 3 |
I have an AS 400 ODBC file with multiple sku's and prices with various dates stored as YYYYMMDD I want to select ALL sku's but only the "Last" price within any given sku PER YEAR
|
| field as number | 06 Nov 2007 11:33 GMT | 2 |
I have a make table query. One of the fields has the following expression: “Total : IIf(Nz([Sum Defects Current Month].[SumOfDefects])=" ","0",([Sum Defects Current Month].[SumOfDefects]))”. I set up the field parameter in the query to a general number.
|
| Question about a specific query | 06 Nov 2007 07:10 GMT | 1 |
Is there a way to design a query so that it will query fields that ONLY have information in them? .. I am trying to weed out my records of employees who DO NOT have email addresses? .. I would appreciate the help :) .. Many thanks!
|
| Have Dialog Appear When Running Query | 06 Nov 2007 00:56 GMT | 2 |
My client has a few dozen queries, most of which prompt for a date range. The current solution is to use: SELECT ... FROM ...
|
| Assign Record Numbers in a query | 06 Nov 2007 00:39 GMT | 4 |
I am attempting to rank values and assign a number to each. I have sorted the values assending, but I can't figure out how to start the first record at 1 and add 1 to each record until I get the maximum number.
|
| Need help in Auto number Please..!! | 05 Nov 2007 22:41 GMT | 7 |
Hello every body.. I have apb in my DB. I designed a DB in Access and all stuff is ok. But nwo i want to give serial number to my records also. Yes i use the auto number utility but the auto number it gives form 20 and onwards. bc i have already
|