| Thread | Last Post | Replies |
|
| Inner Join within one table? | 14 Jun 2007 21:13 GMT | 3 |
I am wondering if you can run an inner join just using one table. I can explain why I would want to do this and perhaps there could be a simpler way. I have four fields in my table (TrackID, ShipID, Date, Status) I need to query the earliest Date and obtain the ShipID. There will ...
|
| Converting a startdate (##/##/##) to a date including the weekday | 14 Jun 2007 21:11 GMT | 4 |
I need help with a query. I have created a query that asks you to enter a start date, ie, 06/04/07. How do I convert that date into a longer date, Monday, June 4, 2007?
|
| newbie select query in form problem | 14 Jun 2007 20:31 GMT | 3 |
I'm trying to have a datasheet form based on a query in a subform. The main form contains 3 unbound textboxed that will be used to search. once they are filled I want to press a button then the query will execute showing the results if any.
|
| Update Query Question | 14 Jun 2007 20:28 GMT | 3 |
If I have a whole list of items that are, say, 7 characters long and all start with "ab" (example: abcdefg, abdefgh, abzyxwv), is there a way to run an update query (or is there any other way) to change the first two characters "ab" to something else, like "12", so I end up with ...
|
| Department Incomplete Work Order query | 14 Jun 2007 19:55 GMT | 1 |
I have a table that has a list of departments (tblDept)(15 entries). I want to count the number of incomplete work orders in the 15 depatrtments in tblDept from another table tblNewMwo (2500 entries). The tblNewMwo has a column called Dept and it has entries that are the same as ...
|
| Comparing tables to locate zero values | 14 Jun 2007 19:54 GMT | 4 |
I have a table named "tblAllFiles" that contains a col named "Salesman". Every record will have a salesman assigned to it in the tblAllFiles table. Then I have another table named "tblStaff" with "Salesman", "Secondary Salesman" and Primary Salesman" columns. I need to ...
|
| Delete Data in one table that is in another Table | 14 Jun 2007 19:51 GMT | 2 |
I have my main table that conatains all the current data. The other table i created from a query that Data is no longer needed in the main table. and need to run a delete query to delete whats in main table that matches whats in the second table.
|
| Populating a table | 14 Jun 2007 19:42 GMT | 4 |
I’m using Access 2003 and I want to create a query that updates fields in a previously created table. The first column of the table is EMPLOYEE_ID. The remaining 30 columns are actions that an employee can accomplish such as APPROVED, DENIED, ABANDONED, RFE. I can create a ...
|
| A vs B query? | 14 Jun 2007 19:26 GMT | 5 |
I'm not even sure if a query is the right way to go about finding my answer, so I could use some direction. I have one table with about 10 columns and around 100,000 rows of data. The data covers hours worked by employees, what shift, what machine, and what
|
| UNION Querie | 14 Jun 2007 19:22 GMT | 6 |
Hello. I think my brain is not too good. Because I want to make a union querie and something is not going to well. I have table1 and table2 In Table1 I have this fields and data:
|
| Adding input to date | 14 Jun 2007 19:17 GMT | 16 |
Hopefully the last time I will have to bug everyone! Within the BMP database I am working on, I am trying to find a way to calculate the next inspection date for each BMP, given the previous inspection date [tblBMP.InspDate] and the inspection period
|
| I don't want blank fields. | 14 Jun 2007 19:01 GMT | 4 |
I have a table with fields containing "Correct", "Incorrect" and "N/A". I have created a query to pull any field with a criteria of "Incorrect". Now I have a report that generates from that query. How do I get the report to only show the field with an "Incorrect" rather than ...
|
| Why is this querie returning me an error (#error): | 14 Jun 2007 17:51 GMT | 2 |
Why is this querie returning me an error (#error): IIf([NewThickRectas]<Nz(([NewCompactacaoRectasUMin]/1000);[NewThickRectas]) Or [NewThickRectas]>Nz(([NewCompactacaoRectasUMax]/1000);[NewThickRectas]);"*" &
|
| add multiple criteria for interactive query in the same dialog box | 14 Jun 2007 17:35 GMT | 2 |
i have created a query in Access 2003 which pulls info by start and end date using the between criteria. It works great. Is there a way to have both the start date and end date field resonses in one dialog box instead of having them appear in two consecutive boxes?
|
| Expression in calculated query field | 14 Jun 2007 17:15 GMT | 2 |
I have query with columns: Date, Amount, Delinquency (which has 5 catergories) I was trying to create a calculated field in the same query (or another query based on this one) which would return me the result of the following calculations: Amount where the Del = 30 divided by the ...
|