| Thread | Last Post | Replies |
|
| Union Query | 03 Jun 2006 21:13 GMT | 4 |
I have a whole series of Union queries and there is one that just does not work and it is structured like all of the ones that do work. I can't find the problem. SELECT [QA_MiniMASS(8)FIN Hist 2].HierarchyLevel, [QA_MiniMASS(8)FIN Hist
|
| Accessing data within objects | 03 Jun 2006 18:54 GMT | 4 |
I'm building a recordset based on a table created by a transfer of an Excel spread sheet . After the table has been created (and populated), I do the following: Dim con As Object
|
| Create and/or Open Folder in Explorer | 03 Jun 2006 16:06 GMT | 4 |
I'd like to be able to add a button to a form so that miscellaneous files can be "tied" to a specific record only when necessary. What I'd like it to do when the button is clicked is to: 1. Check to see there is a folder in a specific path with the value in the
|
| Creating a single flat record from a one to many query revisited | 03 Jun 2006 14:00 GMT | 1 |
Hope everyone is well, I have been trying to create a flat file that can be saved as a fixed length file. This file is required to transmet claims over an edi connection. Challenges
|
| Reasons for Corrupt VBA in access executable | 03 Jun 2006 12:50 GMT | 2 |
Does anyone know why one would get a VBA is corrupt message when trying to run a mde file? The file was built as a .mdb, compiles without error and converted to a .mde using "Microsoft Access 2003 developer resources-custom start up wizard" without a problem. Application has ...
|
| DDL stmt on link table | 03 Jun 2006 04:06 GMT | 4 |
I trying to reset the auto number in a linked table and getting this error: "Cannot execute data definition statements on linked data source" I must keep the data in a separate mdb than where the forms/modules are. Is there a way around for this problem?
|
| Making munu-items not accessible. | 02 Jun 2006 21:47 GMT | 1 |
In my database i have an own-made menubar with a lot of menu items. Depending on the user i wish to lock or unlock different items so that the user can't use them. At this moment i check the user AFTER he/she clicks on the menu.
|
| Reason For Possible Corruption on Database | 02 Jun 2006 21:31 GMT | 3 |
I have beening seeing possible corruption in my database and I don't know the reason. Does anyone have a possible reason?? 1) When I notice something of this when I edit a module, my "Declaration" down down menu at the upper right side of the module code is gone.
|
| I want to delete multiple queries. How Do I do it? | 02 Jun 2006 20:35 GMT | 9 |
Need to kow how to delete multiple queries.
|
| Another Access Scripting Question | 02 Jun 2006 20:24 GMT | 10 |
I am discovering that sometimes these projects are like similar to tackling a plumbing project at home, you start, go to loews to get what you need, proceed, go back to loews to get what you need, etc etc. Can someone tell me the difference between the SQL Access builds its ...
|
| Excel Object Variable not released | 02 Jun 2006 19:58 GMT | 3 |
I have Access 2002 sp3. In my vba code, I delcared and set an object variable to Excel. I was able create the instance, have it open a workbook and do a fews things through code. However, when it was time to close and save the workbook, and close the instance of Excel and ...
|
| How do I display & change table indexes within a class module? | 02 Jun 2006 19:57 GMT | 1 |
Access allows a designer to open a table and view/change indexes in Design View. I want to allow any user to view/add indexes of any table using a Class Module I design. It's a relatively straight-forward process to list the properties of an Index and IndexFields within a ...
|
| How to Set/Reset Screen Resolution | 02 Jun 2006 17:57 GMT | 3 |
Access 2003. How can I programmatically set the computer screen resolution?
 Signature Dr. Doug Pruiett Good News Jail & Prison Ministry
|
| Suppressing right-click popups | 02 Jun 2006 17:49 GMT | 4 |
Good day Is it possible to shut off the ability to have the standard right-click popup menus? [I could replace with a new menu if that helps, although I don't really have
|
| Error 7952 when calling syscmd | 02 Jun 2006 17:26 GMT | 2 |
In about 5-10% of the cases syscmd function fails with error 7952 in following code error means function not called correct). Dim Meter As Variant Meter = SysCmd(acSysCmdInitMeter, "Busy...", UBound(varOrdernr))
|