| Thread | Last Post | Replies |
|
| Property not found error while DoCmd.OpenQuery | 26 Nov 2007 07:32 GMT | 3 |
Hi, all! Some error drives me nuts... I have some code which gathers query names to run to the collection of strings. Then I just run through the collection and use the
|
| Euro symbol in queries | 26 Nov 2007 05:41 GMT | 11 |
I have an Access front end to a SQL Server 2005 database using ODBC linked tables. There appears to be a problem when using the euro symbol in queries. SELECT * FROM tbl_Datatable
|
| Too many decimal places in Pie Chart | 25 Nov 2007 22:16 GMT | 1 |
I'm generating a pie chart using the output of a query. In the Design View of the query, I selected the field containing the distribution and set its Format property to "Fixed" and Decimal Places to "1". When I create my report, however, these properties are ignored and I get on
|
| Parameter query | 25 Nov 2007 19:50 GMT | 2 |
We are wanting to run a query that lets users input either (eg >10) or two numbers using the between/and function. However when we use between/and, it doesn't exlude negative numbers for some reason, and when we use a simple parameter, and type in >10, it doesn't
|
| how can I add a sequential order number to my groups of records? | 25 Nov 2007 14:51 GMT | 1 |
I have two tables: tbl_Street_Joiner_Main tbl_Street_Joiner I want to add a new field that is a sequential record order number for the
|
| Joining queries | 25 Nov 2007 14:36 GMT | 2 |
I make up a query that consist of 20 fields. After i run the query and print it out, I go to some of the fields and circle all the ones in that column. Then I go to other fields and circle all numbers over 400 in that column. Then i may go to another column and circle all number ...
|
| what is wrong with my query? | 25 Nov 2007 08:37 GMT | 2 |
I have been using this query: SELECT table1.Name, table1.activity, table2.wann FROM table2 INNER JOIN table1 ON table2.id = table1.id WHERE table2.week = False And myDate = DateValue(" 22.11.2007 ") And
|
| Access - Editability of a Select Query cell stops | 25 Nov 2007 06:45 GMT | 1 |
Problem: When I have a run a select query (with fields coming from multiple tables all joined), I frequently cannot modify/edit the contents of a cell. This never happens when I'm using a query with fields from a single table. So I don't understand at what point the complexity ...
|
| Splitting a Field | 24 Nov 2007 21:47 GMT | 1 |
I am importing a table from excel in which my customers first and last names appear in one field. I want to split this filed in access so I can sort and search by first name and last name. Help..............
|
| Union queries | 24 Nov 2007 17:48 GMT | 4 |
Not sure what this means: What must a union query have in order to bring two or more queries together? Anyone know?
|
| Calculation with data from different tables | 24 Nov 2007 15:55 GMT | 3 |
I have 2 tables with each 2 fields, one of them is common. This common field lets call it 'Currency' contains values as AUD, USD, JPY, EUR. In case 'Currency' matches for both fields I would like to multiply the corresponding value for that currency by the corresponding value
|
| View query results in MsgBox | 24 Nov 2007 13:04 GMT | 4 |
I have developed qryQuickLook that brings up rptQuickLook when cmdQuickLook is clicked, everything works great but I would rather see the results (never more than 10 line items) in a MsgBox than have a seperate report window open up. Is there a way to do this?
|
| Cumulative Query | 24 Nov 2007 01:57 GMT | 3 |
Got a table look like this: Time UNITS 8:00 10 9:00 5
|
| Find records not in both tables? | 24 Nov 2007 01:46 GMT | 1 |
HI...Let's say I have 2 tables, tblRangesA and tblRangesB, each with just one field 'RangeName'. I know tblRangesA contains 5,110 distinct values, and tblRangesB has 6,008. How do I construct one query, based on both tables linked on 'RangeName,
|
| max Field | 24 Nov 2007 01:33 GMT | 1 |
I have crosstab querry that show the max amount of each product sold for the month. How do I do a querry that will show the product that had the highest value only?
|