| Thread | Last Post | Replies |
|
| SELECTing Records Into an Array Variable ??? | 31 Oct 2008 22:14 GMT | 7 |
There's an old database system called "PICK" - still in use in various forms such as 'OpenQM' - wherein you can SELECT or READ directly into an array variable. For example : "SELECT * FROM DemoTable TO ArrayVar"
|
| How post request to Http from MSAccess? | 31 Oct 2008 19:05 GMT | 1 |
How post request to Http from MSAccess?
|
| Reacting to events in a member of a set of controls | 31 Oct 2008 18:00 GMT | 5 |
I would like a particular action to fire every time there's a mouseover event for any button on my (Access 2003) form. Does anyone know how to do this without writing an OnMouseOver event procedure for every button?
|
| Recommendations for using Access 2007 on Sharepoint | 31 Oct 2008 15:39 GMT | 3 |
I am in a new position and looking at the possibility of using Sharepoint for my database instead of the whole backend on the server, frontend on the workstations route. Does anyone have websites or other books they recommend? Any experiences? Roadblocks to avoid?
|
| How can I create this type of report? | 31 Oct 2008 15:37 GMT | 6 |
I have a 2 unmatched queries Table1_view (records in table1 not in table2) Table2_view (records in table2 not in table1) Both table contain fields
|
| connecting to a sql server to get specific values | 31 Oct 2008 14:16 GMT | 3 |
When the person doing the data entry is entering data into a subform, I need to connect to a sql server and get specific value based on the record number and date. There is 15 values I have to retrieve while the person is entering the
|
| docmd.quit vs. Application.Quit | 31 Oct 2008 09:44 GMT | 9 |
Just noticed something interesting in the above. If you have your program file set to "Compact on Close" in access 2007 (which is desirable when you have a larger program that frequently needs compacting), if you use the following code on an "Exit Application" type button, the ...
|
| Design In Access 2007 Then Compile In A2003 Question | 31 Oct 2008 07:55 GMT | 2 |
I'm trying to overcome the problem that some users including myself have noticed with combo boxes in A2003 databases that are run in A2007. When the combo is tabbed out of the backstyle changes to transparent. I haven't yet seen a fix for this.
|
| Access: getting chinese (?) character unexpectedly, why? | 31 Oct 2008 02:15 GMT | 3 |
In a report in Access (11.65566.8821 SP2) I receive what appears to be Chinese characters for one field only. I can't find the setting that made that happen, I'd like to return that field to English. Anyone know? Thank you.
|
| Query performance & SHOWPLAN anomalies | 30 Oct 2008 19:40 GMT | 1 |
I have a query that performs very well immediately after a compact/ repair, but quickly degrades after the database has been in use (updating activity) for a short time. When running quickly, SHOWPLAN output reveals that the Jet optimizer
|
| Click event / requery quirk | 30 Oct 2008 19:14 GMT | - |
Our system has a bound form with a combo box, whose AfterUpdate event requeries the form. When the user manually types in a value into this combo box, then mouses to and attempts to click on a command button, the focus boomerangs to the first record on the form, and the button's
|
| Multiple level Bill of Material Explosion - Help please | 30 Oct 2008 18:01 GMT | 1 |
I'm a novice access VBA programmer. I’m trying to write a nested query to explode the bill of material. But the BOM table has more than 20 levels. It’s really redundant and annoying to write all those nested
|
| multiple level Bill of material Explosion - need help | 30 Oct 2008 16:27 GMT | - |
I'm a novice access VBA programmer. I’m trying to write a nested query to explode the bill of material. But the BOM table has more than 20 levels. It’s really redundant and annoying to write all those nested queries in access. my question is, how do I approach this problem to
|
| A2003 About Microsoft Access and SP3? | 30 Oct 2008 05:25 GMT | 3 |
I have Microsoft Office Professional 2003 and the computer I connect to also has A2003 retail. The others in that office use Access 2003 runtime. Q1) I wanted to see if they were up-to-date on their service pack but the "About Microsoft Office" menu item is missing when the run ...
|
| Force list box to load in form with no items selected? | 30 Oct 2008 03:36 GMT | 4 |
I have a form which includes a list box populated with items from a query. When a user double clicks on a row in the list box, each column item is put into a specific text box. The problem right now is that a row is already selected, and the items
|