| Thread | Last Post | Replies |
|
| Filtering question | 05 Nov 2007 12:23 GMT | 2 |
In a field there are entries starting with letters and ending with numbers. For example: ABC12345 AA2564
|
| How to prevent EOF and BOF erros | 05 Nov 2007 10:38 GMT | 3 |
Hi. I have some external applications running over my access databases. Sometimes some queries has no registers to show up. In this cases I would like to insert a logical record in order that the recordser count would be one.
|
| Replace Function Access 2003 | 05 Nov 2007 02:26 GMT | 5 |
I can't seem to get the replace function to work correctly in Access. I'm trying to convert "Mr" to "Male" for a gender specific project. I know that the string I'm using sees the text as "Mr" as I have used a selection query to test it. But I'm unable to get a result using
|
| using instr in join | 04 Nov 2007 22:20 GMT | 1 |
Hi there, I'm trying to create a rather simple query and though it seems to run (no errors, just an endless wait - 6 hrs so far), it's taking forever and have not seen a completed result yet.
|
| Class reunion query | 04 Nov 2007 18:44 GMT | 7 |
I am doing a db to keep track of my classmates. I have written two queries, one for men and one for women. What I am trying to do is get one query that sorts alphabetically by the original last name. The men's have not changed but the womens have for the most part so I put in ...
|
| union query? | 04 Nov 2007 18:24 GMT | 3 |
I have four tables that I need to query to use as the control source for a combo box. The combo box is cbLocations and the four tables and fields are: [tblCustomerDCs].[txtCustomerDCID].[txtCustomerName] [tblCustomerIDs].[txtCustomerID].[txtCustomerName]
|
| How to create a request that aligns the n registrations and n-1 ? | 04 Nov 2007 17:48 GMT | 2 |
I have a table that counts a set of neat indications to which are associated two values. In a calculation that I must achieve, I must have n and n-1. Either to be more precise :
|
| DCount() to rank scores | 04 Nov 2007 16:45 GMT | 5 |
I have a update query that uses the DCount function to rank the scores for an athletic event. It parses one table (ENTRIES) for the scores, Event ID, and AgeGroup which it uses to determine the scope of the ranking process. It has worked for years but now, due to changes in the ...
|
| Use InStr to find Excel carriage return | 04 Nov 2007 15:44 GMT | 4 |
I am importing an Excel spreadsheet into Access. There are several columns where a carriage return has been used to separate the data in the field. I would like to use the InStr command to find the posistion of the newline character--which appears as a small square when I'm ...
|
| Criteria and instructions in an expression | 04 Nov 2007 14:55 GMT | 3 |
Access 2003. I have this expression in my query which is used for a report. If the DOB field is blank, I would like to insert the word Need DOB. How can I do this using my query grid? PtNameRmAdmitNum: [PtLocRmNum] & " " & [BedNumber] & " " & [PtLName] &
|
| Find record where a field indicates the lowest value | 04 Nov 2007 14:47 GMT | 4 |
@ All, I do not know, how to get my query done. Here is the situation: I have a table with the following data: Table: JobNo as String
|
| How do I get 4 highest fields | 04 Nov 2007 14:44 GMT | 3 |
I have setup my access database like an excel sheet. I realize now Access likes everything in 1 column rather than in rows. I can't rewrite the whole program so I need help finding the 4 highest values. Dance Students are judged in 5 disciplines. we give a 4 class high score
|
| Append to Query if date is null | 04 Nov 2007 13:36 GMT | 1 |
Hello. I am trying to run a query that will post information to a table when the database opens. I want it to post the balance from a query with today's date. I want to know if there is a way to post the informtion only if it is
|
| compare this year to last year | 03 Nov 2007 19:48 GMT | 2 |
I have 9 fast food locations in my sales table. There is a field for net sales, month and one for year. I would like to compare January 2006 (etc) sales to January 2007 sales in a report. Is there a way to build a query that would compare month by month? The formula is a simple ...
|
| Deleting data from a table through a query | 03 Nov 2007 18:56 GMT | 2 |
I have a database that is designed to update a list of credit union members from a master list so that vehicle insurance coverage can be tracked. I have been able to run an unmatched query to achieve a list of old members who have either paid off their vehicles or moved their ...
|