| Thread | Last Post | Replies |
|
| Last selection with multi-select | 13 Sep 2004 12:09 GMT | 1 |
With extended multi-select, is it possible to know the last selection made by the user? Thanks Regards
|
| Package and Deployment Wizard | 13 Sep 2004 06:41 GMT | 4 |
After installing the A2003 developer extensions I expected the "VBA Package and Deployment Wizard" to be available in the Add-In Manager dialogue box. It did not appear. No option appeared. What more must I do to make the Package and Deployment Wizard available?
|
| Append new records to table syntax | 13 Sep 2004 02:40 GMT | 3 |
As part of a macro, I'm trying to automate appending a table with new records. let's say the table 2 has some new records in it, but also has a lot of identical records to table 1.
|
| Creating MDE File Unsuccessful | 13 Sep 2004 00:51 GMT | 4 |
My attempt to create an MDE file was unsuccessful. The attempt produced an error that effectively said the (MDB) file was to big. The MDB consists of about 30 tables, 50 forms and 3 Modules. Have others encountered this problem and if so, have the found a work
|
| Vertical scroll position of a rich textbox control | 13 Sep 2004 00:28 GMT | 1 |
I am trying to return the vertical scroll position of a rich textbox control using Access 2000. It seems to work for the horizontal scroll bar, but not the vertical. Code follows: Option Explicit
|
| Not update record using Navigator in MS Access | 13 Sep 2004 00:08 GMT | 4 |
I have a bound-form using Navigator so that the user can move back and forth to update record in the form. Every time a record was modified and the user clicks the Navigator to either move backward or forward to the next record, a message is popped up asking the user to confirm
|
| Alt Key in Autokeys macro | 12 Sep 2004 22:17 GMT | 4 |
The Ctrl key is represented by a ^ in the autokeys macro. What is the Alt key symbol? dixie
|
| Access Queries to a single value... | 12 Sep 2004 20:26 GMT | 2 |
I have a query that returns a sum for all values found that match the criteria. I am wanting to place this value in a textbox on its own so I can refer to it elsewhere.
|
| Make group header span columns | 12 Sep 2004 17:09 GMT | 7 |
I have a report with three columns, accross then down, and two groups. Currently the group headers are only one column wide and appear in the left hand column. How can I make the group header be centered accross all columns? Chuck
|
| Check to see whether a table exists | 12 Sep 2004 17:08 GMT | 2 |
I want to create a link to another database table. I've succeeded in doing this, and avoided creating the the link over and over again by putting in the error statement something to the effect of if it doesn't exist then create it. (did this be finding the error number). ...
|
| sorting question | 12 Sep 2004 16:20 GMT | 1 |
This relates to my question I submitted: How can I sort on two fields, one field will always have data in it like a SKU field. The other are different combinations of this SKU, only the parent will have
|
| Filter=True & =Sum(Field1 + Field2 ...) | 12 Sep 2004 15:32 GMT | 1 |
This works fine: Me.ForecastCurr.Form.Filter = "Year = " + Str(CurrYear) Me.ForecastCurr.Form.FilterOn = True And when I add this:
|
| how to export without the ID field | 12 Sep 2004 14:37 GMT | 1 |
Is there a way to use the DoCmd.TransferText to export a database to a text file but with leaving a field out? I need the ID field to do one sort before I export. the spec does not let me specify which fields I can include or not, so that
|
| Page totals off by one record ? Please help :) | 12 Sep 2004 14:36 GMT | 2 |
I am just going crazy. I have a report that requires page totals. I got the report working, except that my page has ELEVEN records (ok), but the page total includes data on the TWELFTH record.
|
| Arrow down - up causing move between records | 12 Sep 2004 11:30 GMT | 2 |
I have a form which I would like to keep in 'FormView', but which displays rows each containing records. Generally the data will be added/updated by moving between fields, but I would also like the down arrow to move down a record and the up arrow move up a record etc. Darned if ...
|