| Thread | Last Post | Replies |
|
| Select records from tble-A where no records in tbl-b meeting crit. | 22 Nov 2007 01:59 GMT | 3 |
I have a one to many relationship between table-A and table-B. I need to list records from table-A where records from a selected group of records in table-B are not found. Ex. Members and MembershipDues Tables. Want to determine which members have not paid their quarterly ...
|
| formating Union Query | 22 Nov 2007 00:39 GMT | 2 |
I have a Union Query that displays correct values but in an unformatted table. Is there any way I can format these fields (they are correctly formatted in the original queries) and also change the displayed field names ? Thank you !
|
| Query Question two different totals | 21 Nov 2007 23:12 GMT | 2 |
I have a table that contains items that are in two locations ( pick) or (Bulk) I have been able to total them all together to show grand total I can query each by location What I would like to do is to show a line that has the item, bulk quantity,
|
| Query to make rows of data in columns | 21 Nov 2007 21:55 GMT | 2 |
Is it possible to create a query to pull transactional data by month stored in rows and create a result that shows the transactional data in columns? Currently, the the numbers are stored in the same column but can be differentiated by another column that contains the date of ...
|
| TRANSFORM X AND Y | 21 Nov 2007 21:48 GMT | 3 |
Can a crosstab query have two values in its TRANSFORM statement? I am trying to create a table that would have a structure that looks something like the following: EE Name Date of Occurrence Date of Occurrence
|
| Pass Returned Query Value to Report Text Box | 21 Nov 2007 21:27 GMT | 4 |
Good Afternoon, as simple as my question may sound I am having a bit of difficulty passing the results from multiple queries to multiple texts boxes on the same report. I most certainly would like to learn how to achieve this functionality through proper coding! And of course I ...
|
| Please help with a Query | 21 Nov 2007 18:58 GMT | 10 |
I have a table containing student # and the projects that they did. Records are created one project per record. For example, if a student A did 4 projects, I would have 4 records, instead of one record with project information across the record. Project information contain ...
|
| Query criteria to find whole dollar amonts | 21 Nov 2007 18:52 GMT | 3 |
can someone help me with a way to find whole dollar amonts for PDetail.DETAIL_LINE_AMT SELECT PDetail.RECEIPT_NUM, PDetail.DETAIL_LINE_AMT, PDetail.DETAIL_ITEM_PRC FROM PDetail;
|
| I don't understanding what makes this query work | 21 Nov 2007 18:17 GMT | 2 |
I inherited a .mdb that has no documentation. One query contains a number of fields, one, "Last Name" is sorted in ascending order and has for criteria <"iq". I do not understand where 'iq' comes from.
|
| I need to replace/remove quotes from text... | 21 Nov 2007 18:08 GMT | 1 |
I'm trying to use this in a query, but I can't figure out how to remove the quotes around text ie "Nashville" need to be Nashville. Company_Name: Replace([CompanyName]," ","") I'm using Access 2003
|
| Error when processing report | 21 Nov 2007 18:07 GMT | 1 |
I currently have a error message when generating a report. I am getting an #error when it comes to the age of the person and there are no results on the report. I have looked at the expression but it is correct.
|
| Selecting x# of records | 21 Nov 2007 18:01 GMT | 2 |
Your assistance is appreciated. I have been tasked to manage a backlog of workorders. I need to select the first 200 (ie oldest) records to make a report to enable/encourage the workers to work the oldest orders first.
|
| after running query table shows id number not name how to fix | 21 Nov 2007 16:38 GMT | 2 |
I have a table that is in the correct format. When I run a append query against this table the format is off, there is a number where there should be text. How do I fix this.
|
| Update Query clearing previous results | 21 Nov 2007 16:24 GMT | 3 |
I have 7500 records in my table, which has many columns, one of them being "CallTotal". The primary key is the AiringID. I created an update query that is intended to update the CallTotal. To do this, i linked up an excel spreadsheet to my database. I copy and paste info
|
| Link Question | 21 Nov 2007 16:00 GMT | 1 |
I have a list of social security numbers within a table. I want to be able to link them to another table that has a social security range and the state in which they are from. First Table (1 Field)
|