| Thread | Last Post | Replies |
|
| Need All In Table To Show | 22 Dec 2006 13:50 GMT | 1 |
I need to have all the departments in the department table to show whether they have information in them or not. The query that I am using is SELECT tblAllWorkLoggedRecords.Date, tblDepartment.Department, Sum(tblAllWorkLoggedRecords.[VOLUME RECEIVED]) AS [SumOfVOLUME RECEIVED]
|
| remove dashes | 22 Dec 2006 13:42 GMT | 4 |
In my table i have phone column. The data format in this column is look different. For Example: (800)333-4622, 800323-8800 and 8003233800. But in my form format should be this way: 800-333-4622. To able to format this way first i
|
| Fiscal Month Query | 22 Dec 2006 13:32 GMT | 4 |
I have a query that uses a query to get the data I need. Basically it includes: Part No Price Qty
|
| open a table to update or add record | 22 Dec 2006 12:51 GMT | 6 |
I want to open table and check to see if PDN exsists in that table If PDN is in the table i would like to update that Record with some txt boxes If PDN is not in the table i want it to insert a New record
|
| Merging rows | 22 Dec 2006 10:02 GMT | 2 |
I have e a problem merging data of several rows in one table in Access 2003. The table structure looks like this: -------------------------------------------------------------------------------
| Key | CustomerID | Attribute1 | Attribute2 | Attribute3 | |
| Search criteria Allen Browne Program | 22 Dec 2006 06:22 GMT | 3 |
I recently found Allen Browne's Search Criteria program on this site that was a great answer to a project that I have been trying to do. Everything works great except for one search criteria. I have no experience in Visual Basic and do not know how to modify one of my
|
| Help with Conditionals | 22 Dec 2006 05:51 GMT | 3 |
SELECT index.id, Category = CASE WHEN (SELECT Compond_link_types.id FROM Compond_link_types WHERE Compond_link_types.id>0)
|
| Update query | 22 Dec 2006 04:03 GMT | 2 |
I have two tables with the following fields: Table A(100 records): FirstName LastName
|
| query to return a single entry for client name | 22 Dec 2006 03:29 GMT | 6 |
I have a DB that contains client personal details, and billing details. I have a query that produces a list of clients that have been to see me within a given time period. My query gives me the list I want, except that if a client has been to see me more than once in the ...
|
| Need proper syntax for embedding DLookup inside DSum | 22 Dec 2006 01:25 GMT | 1 |
I am trying to use an embedded DLookup inside a DSum to calculate funding for fiscal years. The fiscal years will change but not the fields being summed. I am using a separate table for the fiscal years and referencing each query inside itself to sum the queries. I have ...
|
| query gets wrong data from tables | 21 Dec 2006 20:30 GMT | 2 |
Hello and thanks for your help. I'm new to Access and am trying to figure something out. I posted a similar question last week, but am still getting the wrong data in my query. Any help much appreciated. I have two tables, one for Athletes (and demographics) and one for Injuries.
|
| Update Query; But keep rest of field... | 21 Dec 2006 18:35 GMT | 4 |
Using the Design View to create a query, here is what I have; UPDATE tblItem SET tblItem.itemMfgItemNumber = "Fit ABS" WHERE (((tblItem.itemMfgItemNumber)="Fitting ABS")); That of course didn't work like I thought. :-) I need a bit of help
|
| yes or no fields | 21 Dec 2006 13:53 GMT | 1 |
I have 3 yes or no fields, the first field is always a yes/Injury field and the 2nd/Lost Time and 3rd field/Medical can be yes or no depending on what action was taken with the injury. When I run the query it will only show results if the 1st, 2nd, and 3rd field are checked as ...
|
| Strange Behaviour in Crosstab | 21 Dec 2006 12:01 GMT | 4 |
Duan Hookom posted a link (http://www.tek-tips.com/faqs.cfm?fid=4524) to a method for generating a multi-column xtab in response to a question yesterday. It took my interest, so I had a play with it, using the Northwind database. In the course of this, I found a problem when I ...
|
| Finding only the most recent visit with a customer | 21 Dec 2006 04:00 GMT | 2 |
This seems simple but I am hitting a brick wall. I have a customer visit table that lists each visit I make to a customer. I want to be able to run some reports that will show the last time (not each time) I visited each customer. My original thought was to create a crosstab
|