| Thread | Last Post | Replies |
|
| Nz function not showing all records | 08 Feb 2008 16:01 GMT | 2 |
I have a query where I would like for all employee records to display for time taken. If the employee has not taken any time off, the record should show "0". Here is my query: SELECT tblEmployeeTimeOff2.Instructor, Sum(Nz([Hours Taken],0)) AS [Hrs
|
| Joining Similar Data in a query | 08 Feb 2008 15:49 GMT | 1 |
I need to be able to join data that is similar though not exact. The data is street address - some of the recoreds are Street vs St, some are 125 Main St vs 125 Main. I know it won't be perfect but I was hoping to gain more matches - is there any way that this can be done?
|
| Previous record in Query | 08 Feb 2008 14:45 GMT | 11 |
I have query table wherein it has some calaulated fields. Some of it as follow_ Tonnage Length FromSta ToSta 500 400 1200 1600
|
| cascading query problem | 08 Feb 2008 14:03 GMT | 1 |
i'm running office 2007 and have run into a strange problem. i have a query which has 2 fields. 1 is a unique ref number where each number appears more than once and the other is a date field which is used for criterea.
|
| Updating multiple rows | 08 Feb 2008 13:14 GMT | 1 |
I have a table like this in my db: id number amount X-0006 3 65 X-0054 2 678
|
| How to delete extra rows in a table? | 08 Feb 2008 13:04 GMT | 2 |
In an MS Access database, I have a table that keeps the history of some user actions. I need to implement a mechanism to keep the number of entries in this table to a decent value.
|
| Not showing zero | 08 Feb 2008 12:59 GMT | 2 |
Good afternoon, I am having trouble w/ a query. I set up a query w/ the following code: SELECT [A-GATotalInventory].Date, [A-GATotalInventory].UnitAssociate, [A- GATotalInventory].Manager, [A-GATotalInventory].Name, Count([A-
|
| Different counts on same query | 08 Feb 2008 12:47 GMT | 3 |
Good afternoon, I need help on finding out how to run three different counts on one query. I have a table set up to show Date Within this query I have the following fields:
|
| Query Criteria Help | 08 Feb 2008 12:34 GMT | 5 |
I have my query prompt the user for entry. [USER INPUT] I want to all them to enter data, but if left blank I'd like it to show all data. How would I change the criteria? Thanks
|
| need help with calculating fields | 08 Feb 2008 06:20 GMT | 3 |
I have an Access Database 2000 to track performance. Within the db I have a performance table where user input their ID, date, part#, start sequence & stop sequence daily (there can be two entries per day). Then on another table with field: part#, sequence#, time (min).
|
| timing problem in Access | 08 Feb 2008 06:07 GMT | 3 |
Good afternoon from Sydney. I need help with a problem here. We have an access database supporting the work in the office. there are several reports, forms and querys generated.
|
| displaying multiple dates in a table | 08 Feb 2008 04:33 GMT | 4 |
any help/advice is much appreciated.... let me explain... i have this table w/c have multiple date/time fields... corresponding to birthdays of people. a single record of a person contains his birthday, his spouse's name & birthday, and also his sons/daughters names & ...
|
| How to build a query for cumulative total | 08 Feb 2008 03:15 GMT | 1 |
I'd like to build a query to cumulative total. For example EmployeeID Amount A $10 A $20
|
| Replace null value with the previous value? | 08 Feb 2008 00:01 GMT | 8 |
I have a database that was just imported that has approximately 388000 records. The problem is that there is information about a person in multiple different records but the name did not come across with each record. (So I have 10 records with information for a certain name, ...
|
| Update Suggestions Please | 07 Feb 2008 22:46 GMT | 1 |
I have built a database and have built the tables from Excel spreadsheets. I did not use link for some work-related reasons, I simply Imported the tables and assigned primary keys. I then built my queries and forms as needed and everything works fine. My question is, now I would ...
|