| Thread | Last Post | Replies |
|
| Using Min to Calculate across a table | 23 Mar 2007 21:27 GMT | 2 |
I am attempting to massage data so I can see what the maximum number of pieces I can produce based off of various components. My query to figure out how many of each component is available per unit is complete and the output is:
|
| Convert Number | 23 Mar 2007 20:15 GMT | 2 |
If I have a number: 123; I would like to convert to CA000123 - must be 8 characters long; how do I get the zeros in front of the number, to have a total of 8 char.?! Thanks a lot,
|
| Query Help | 23 Mar 2007 20:06 GMT | 1 |
Thank you for looking at this post I have a table with 4 fields [Supplier], [Group], [AU], [Spend] I would like to query this data an have a list of suppliers and the AU they spend the most money with and how much money they spent with that AU. I have
|
| multiple link criteria in sql statement | 23 Mar 2007 19:58 GMT | 1 |
Can you help? The scenario: Click on ID # in a subform and the form opens with the information tied to the ID, by the Item Desc. What I want to know is........how do you add to the criteria? I'd like to use Item Desc AND Customer in the "stLinkCriteria", but not sure how to ...
|
| Wicked error- could refer to more than one table in the FROM | 23 Mar 2007 19:31 GMT | 1 |
I have one table with data in it. I have two queries: 1) a simple select query that filters out some records based on values as follows: SELECT [Wins-all].RecordNm, [Wins-all].Type, [Wins-all].[IP Address],
|
| Getting an update query to run automatically | 23 Mar 2007 19:12 GMT | 1 |
I wish to get an update query to run automatically (and first) when other queries are run. In the database are queries which are dependant on a table (Table A). This table contains information from another table (Table B) which
|
| access compact database changes results | 23 Mar 2007 18:42 GMT | 6 |
I have a database that I have added records to. If I run a query that uses a subquery (where xxx in (select top 32.....;);) that uses a top clause I get different results before versus after compacting the database. Before the compact the results are wrong with some rows missing. ...
|
| How to 'flatten' a self-referencing table? | 23 Mar 2007 18:22 GMT | 1 |
Does anyone have SQL that can be used to 'flatten' a self-referencing table: Table format: ID Data
|
| Bug | 23 Mar 2007 18:03 GMT | 1 |
One of our users reported this: This is a sample of my database that illustrates the bug I found. My query is searching for all records whose sum of the percentage is not equal to 100% (1). It looks like this, very simple, but result show some
|
| DROP a TABLE sequence | 23 Mar 2007 17:26 GMT | 3 |
I have a question on drop table: DROP TABLE tblPhoneCalls; Does this work if there are established relationships? Or do you have to delete the relationships first?
|
| Create Excel Spreadsheet from Access with 1 to many relationship | 23 Mar 2007 17:03 GMT | 2 |
I've tried everything I can think of, so hopefully someone may have some advice. I have 2 tables in Access 2003, I'll call them Table1 and Table2. Table1 has a variety of fields, with a key field, I'll call KEY.
|
| Real Easy....... | 23 Mar 2007 15:50 GMT | 3 |
I know the answer to this problem must be really easy because everything I've consulted on it has seen fit to ignore it - it's so simple.....! I have been trying to enter a criteria to look up records that have
|
| Between [first day:] and [last day:] | 23 Mar 2007 15:36 GMT | 9 |
The expression 'Between [first day:] and [last day:]' is not giving the actual last day's records. But when I re-write the expression it works fine. Please help. Thanks.
|
| Rounding to nearest quarter | 23 Mar 2007 15:21 GMT | 2 |
I am doing a vacation report that would give an employee vacation to the nearest quarter hour of vacation. My data in the query is: 43.08
|
| Cross Tab Query | 23 Mar 2007 14:05 GMT | 3 |
I wanted to know how to use a cross tab query that will pull the data based on a series of dates. I tried to add Between [Enter Start Date] And [Enter Ending Date] to the date field, but I get The Microsoft Jet database engine does not recongnize '[Enter Start Date]' as a ...
|