| Thread | Last Post | Replies |
|
| assigning a listview control to a listview object | 27 Sep 2005 02:12 GMT | 1 |
I am using a listview (MSComctlLib.ListViewCtrl.2)on an Access form. Actually there are six listviews on the form. I need to do the same thing to all six forms so I have the loop below. I would like to assign each control to a listview object, however I get a type mismatch.
|
| Help wanted - how to merge two tables with different information. | 27 Sep 2005 01:50 GMT | 2 |
Hy all, We have two databases with similar information (both, made with MS Acess). Both, A and B, have - in some cases - the same information, names etc. Database A has the following fields. (4,000 entries)
|
| How to work on home laptop, then update client's Front End? | 26 Sep 2005 23:34 GMT | 3 |
I am in the process of bringing my Access application to client's server, and need some help! The background is: I created application (mdb) using Access 2003 on my laptop, converted it to Access 2000 (client uses both 2000 and 2003), split it into Front End and Back End,
|
| MouseWheel event does not trigger | 26 Sep 2005 22:21 GMT | 1 |
I have a data entry form. I am trying to avoid users accidentally using the mouse wheel and saving an incomplete record (or saving record that skips the validation routine). In Mousewheel event, I have a boolean variable (blnMousewheel) that is
|
| How to enumerate every record in the subform? | 26 Sep 2005 18:22 GMT | 3 |
On the Order form, I have a subform, OrderDetails, which contains every item one customer orders. After the order is complete, I would like to update the inventory amount. How can I enumerate the records in OrderDetails subform?
|
| Error at last record in form while displaying count | 26 Sep 2005 18:18 GMT | 2 |
I have a label on my form lblCount and the following code in my form for displaying a record count: Private Sub Form_Current() Me.RecordsetClone.Bookmark = Me.Bookmark
|
| Field Totals | 26 Sep 2005 18:12 GMT | 1 |
I have a database created that has a field with many different entries in it. Is there any way of getting a count of the number of each entry in the field? For example, if the field contains entries A, A, B, D, C, A, B, B, B can I
|
| Find Primery Key | 26 Sep 2005 17:18 GMT | 12 |
How could I find the primery key(s) if any in a known table? Access 97 help doc seems to suggest it's tied to Index, so, it's sort of along the line of tbldef.Indexes(0).Index(0).Primary
|
| Saving datasheet layout in .mde | 26 Sep 2005 15:16 GMT | 1 |
I'm wanting to give my users some options in a datasheet view * drag the columns around * set the widths * show or hide columns, etc.
|
| crostab query | 26 Sep 2005 13:57 GMT | 1 |
I have a crostab query which does a count calculation. Everytime there is a crosreference between a given row heading and a column heading I get a count of how many crossreferences there are. Is there a way of instead of getting a count I could have an X display? I tried putting
|
| How to do a Transfer Text Batch Group | 26 Sep 2005 13:50 GMT | 1 |
I would guess that someone has done this before, but I cannot seem to get it to work. In a given month, there are hundreds of updates received that need to be entered. It is obviously a slow and tedious task to import them one at a time. What I would like to do is to place
|
| Find the faq | 26 Sep 2005 13:49 GMT | 1 |
Hello everybody! I am trying to find a link leading me to the FAQ but i can not find one in the site. What am i doing wrong? Thanks for your time!!
 Signature Message posted via AccessMonster.com
|
| Multiple Record Copy Transaction... | 26 Sep 2005 13:35 GMT | 19 |
I need some pointers/help on how to do the following if it possible: In my access db, I have the following: Tables: Products, Sub-Assembly, Product-Pack Table, Products
|
| Database creates another file when first opened? What causes this? | 26 Sep 2005 12:39 GMT | 2 |
I've noticed this a couple of times so far. I created a database which is stored on a server and is shared by about 6 or so users. Sometimes, when the file is opened, it creates another file called "db1.mdb". When that file is clicked on, there is a message "unrecognized database ...
|
| Rant | 26 Sep 2005 08:28 GMT | 3 |
Access 2002 default file format is Access 2000 Grrrrrrrrrr! I just spent an hour getting a database out of StarTeam only to find that only tables and queries came through because of this setting.
|