| Thread | Last Post | Replies |
|
| Access 2003 and Excel | 09 Nov 2006 15:50 GMT | 1 |
I am aware that Microsoft, in their infinate wisdom, has decided to block the ability to update linked Excel files from within Access 2003. My question is, when are they going to fix this issue? I foolishly installed Service pack 2 yesterday, in hopes that some amazing had ...
|
| Running three queries as one | 09 Nov 2006 14:58 GMT | 2 |
I have a form that has three command buttons. On clicking each command button a query is run. They are all update queries and must be run in a specific order as one query is dependent on the other queries running first. I want to combine all these queries so that they will run in ...
|
| Sum Query | 09 Nov 2006 13:37 GMT | 6 |
I have a table that has Site, Part, Acutual sales, Normalized sales, Month, Year layed out in this format. I'm using the sum function to get my last 12 months of sales. In the query I; group by site and part, sum both sales, and where month is 11 or 12 where year is 2005 and ...
|
| Check Boxes / Queries | 09 Nov 2006 13:31 GMT | 3 |
I have three check boxes in my form. How to you make it where one is checked, and other two are not? I have a field in my form that calculates the days between two dates. When I run a query to get the elasped time (days), I find the field in the query
|
| restricting number of records returned in a query | 09 Nov 2006 13:30 GMT | 1 |
I wonder if someone can halp me please. I have a query that returns several hundred rows but i'd like to restict the query to return only the first 30 rows out of the entire list. I was wondering if there's any way to do this in SQL. I'd be very grateful for any help anyone ...
|
| Help on IIF Statement... please.... | 09 Nov 2006 09:12 GMT | 9 |
HI ... Can you also help? Im such a newbie in Ms Access and I need desperate help. Can you please help me translate below SQL statement into an IIF statement? Select
|
| How can I hyperlink to a PDF File in MS ACCESS 97 | 09 Nov 2006 07:57 GMT | 6 |
When I create a hyperlink to a PDF File in a MS Access 97 table and click onto the hyperling, the PDF File opens briefly then disappears, how can I create this hyperling properly.
|
| Create A "Check Register" in Access | 09 Nov 2006 06:32 GMT | 3 |
I have a user who wants to keep track of an account balance in Access...similar to a check register. She wants to enter amounts and have them add/subtract from her account balance. I was able to create a running balance using DSum in query but you can't add or edit the data ...
|
| Too many numbers past the decimal | 09 Nov 2006 06:11 GMT | 5 |
I have a query with a field that is set to Standard and 2 decimal places in the properties. When you click on some records in that field, it shows several digits past the decimal as opposed to just two. I need the field to contain only the value of the two decimal places.
|
| INNER JOIN performance issue | 09 Nov 2006 04:09 GMT | 5 |
In a .mdb with related tables, related via ODBC to a SQL 2K server, I am creating some havely joined queries. All INNER JOINS, which functions OK and without any noticable delay. Accept when I design a query with more than 4 INNER JOINS, then the
|
| Append Query Error | 09 Nov 2006 02:11 GMT | 1 |
This should be simple.. I want to append information from one table to the other. Both tables are identical. Every time I get to run the query, I get an error that says, "Invalid Argument." Anyone have any idea what it is means?
|
| returning multiple values in a MAX qry | 09 Nov 2006 00:00 GMT | 7 |
i have done a little research in to how to find the max of something that is related to another table. i have a compressor table that has a running hours table related to it. i need to find the max running hours Compressor
|
| Query problems (User error) | 08 Nov 2006 23:14 GMT | 5 |
I am trying to create a query which autocalcs pay for services. SQL is shown below. The problem area is the AS line and I've added the returns for ease of reading. [tbl_Carrier.Type] refers to a lookup field that may be showing text
|
| Rank Totals based on a query | 08 Nov 2006 22:36 GMT | 1 |
I am trying to do a Ranking of Sales totals. I am not sure why the below is not working. Can you rank based on a query that runs a grouping? Thanks Matt
|
| Function to return dates prior to inputed, or if null, prior to no | 08 Nov 2006 22:00 GMT | 2 |
As the subject says, I am trying to get a query to return anything prior to a date that is input or if no date is input, I would like it to return those dates that are prior to now(). I have this working for a combo box on the form with the following
|