| Thread | Last Post | Replies |
|
| Show Month over Month Declining Sales | 15 Dec 2004 22:53 GMT | 1 |
I am trying to construct a query that sums sales by salespersons and only returns a list of salespersons that have a sum of sales lower than the previous month for whatever date rane is selected. For example, if the user selects a date range of Sept.1 ,2004 thru Dec.
|
| month over month decline query | 15 Dec 2004 22:52 GMT | 1 |
I am trying to construct a query that sums sales by salespersons and only returns a list of salespersons that have a sum of sales lower than the previous month for whatever date rane is selected. For example, if the user selects a date range of Sept.1 ,2004 thru Dec.
|
| Performance Timer | 15 Dec 2004 22:50 GMT | 1 |
I read the KB article to create a stopwatch in Access 97 (http://support.microsoft.com/default.aspx?scid=kb;en-us;142871), but I'd like to do something a little different. Instead of measuring time interval between command button clicks, I'd
|
| Running AVIs with sound in Access 2003 | 15 Dec 2004 19:53 GMT | 1 |
I'd like to know how to run AVI video files with sound in Access 2003. Microsoft's Animation ActiveX control doesn't play sound, so I tested Dev Ashish's fPlayStuff routine. This is failing with error code 263 - "The specified device is not open or is not recognized by MCI".
|
| Auotmatically getting info from another field | 15 Dec 2004 18:57 GMT | 2 |
I have a database set-up with a form and two subforms in it. I have one of the subforms (replacement parts) set-up where you can pick part numbers from a drop down box and also pick a description of the part from a drop down box. These are two separate fields. I want to be able
|
| Computing the past monday - Friday when Sunday occurs | 15 Dec 2004 18:45 GMT | 1 |
Can you tell me how to produce a query that when Login Date (entry) is Sunday. First, check if the Sunday Date occur on 7th day of his duty. Example 1: Login Date no. of wk days Remark
|
| Highlight field in continuous form - based on value in field | 15 Dec 2004 18:29 GMT | 4 |
I have some dates which show in a continuous form, multiple rows at a time. I would like to color the background yellow, or the text yellow or some color other than black that would stand out, based on the date value. Suggestions?
|
| Repost- Calculating the difference in two values | 15 Dec 2004 18:27 GMT | 6 |
SORRY I know we shouldn't do this but I'm desperate for an answer to this and the previous post didn't seem to get a response. I have a table with two fields, txtvalue (a number field) and txtmonth ( a date/time field). I want to create a report that shows the difference in
|
| Multiple tabcontrols | 15 Dec 2004 17:57 GMT | 10 |
This is an extension of a previous post which has been answered for me, thanks to those who replied. But this is another request from my users.Is it possible to have a subform that has a tabcontrol and then have another tabcontrol on the first tab of the tab control? I've tried ...
|
| rounding error issues on invoices | 15 Dec 2004 17:56 GMT | 5 |
I have a report/invoice that lists volume, price per unit, and extended price. My problem is being able to get the extended price by multiplying the [volume] x [price per unit]. With just 2 decimal places on both volume and
|
| Problem filling an ADO recordset from SQL Server | 15 Dec 2004 16:55 GMT | 5 |
I am having a problem with getting a recordset to fill with data in an Access Data Project from a SQL Server database. Here is the code example that is in the Access help files that I can get to work just fine:
|
| Error on defining DAO objects in the access VBA | 15 Dec 2004 16:07 GMT | 1 |
Why I am not be able to define following objects: Dim wrkDefault As Workspace Dim dbsNew As database Dim prpLoop As Property
|
| Number of tab controls | 15 Dec 2004 14:12 GMT | 13 |
I have a form with a number of tab controls. The tab controls are part of 3 sub forms that are based on different tables.Is it possible to stack the tabcontrols as say 3 rows of 5 rather than 1 row of 15. With 1 row of 15 the form is either too long for the form or all the tabs are ...
|
| Run Compact & Repair/Import Externally | 15 Dec 2004 10:30 GMT | 5 |
I have three databases. DB1 has a button on a form. When I click that button, I want to import all the objects from DB2 to DB3 (just as you would if you would chose the File > Get External Data > Import menu option). Then I want to Compact and Repair DB3. I want to do this all
|
| Sending email to Lotus Notes from access???? | 15 Dec 2004 10:10 GMT | 1 |
I found a simple piece of code in the past which allowed me to send email from msaccess through vba code. I cannot find it again on the web. I have found very long code on the web purported to do this but it does not work for me. I believe I may have been using
|