| Thread | Last Post | Replies |
|
| Is there an utility.wlib_AutoDial replacement? | 16 Nov 2007 22:46 GMT | 5 |
This utility lives inside utility.mda which is an old MS97 add-in. Is there a replacement for this so we don't have to make VBA Object library references to Utility.MDA? I have an application that crashes more often than not because of this
|
| change label backcolor on all forms | 16 Nov 2007 22:22 GMT | 2 |
I have an .adp application and I would like to add an interface to allow the user to change the color for all labels on all forms. I am already using the AllForms object to change the title on each form based on the user selection and that works fine.
|
| Exporting Query to Excel - Multiple Files | 16 Nov 2007 22:05 GMT | 4 |
Hello. I am looking for some help in exporting a query to Excel. Currently, I have a query that has four columns: -District_Manager -Store_Number
|
| recordset - incorrect number of records returning | 16 Nov 2007 21:56 GMT | 2 |
i have a base table (transactioncodes) which has 4 fields (transactionno (duplicates allowed, indexed, integer type), description, default code, and search string). i have declared two variables, temprs and rs1 which call upon
|
| recordset? | 16 Nov 2007 21:48 GMT | 2 |
Can anyone tell me why this is happening, when I use an actual number, 47731 for the [Hours] everything works, but when I use Me.cboHours I get an error message? What am I missing and how do I make Me.cboHours work? When I hit debug on the error message it points to the ...
|
| Time (hh:mm) when a specific fiel is changed | 16 Nov 2007 16:37 GMT | 1 |
It is possible to know the time (hh:mm) when a specific fiel is changed? I need to use that "time", to do a calculation. Thanks in advance. Luis
|
| linking? | 16 Nov 2007 15:56 GMT | 1 |
I have one table. I want to pick from field one (Control Box) and have field two show up in a (text box) I think this should be easy but a month of trying to figure this I'm about to tell the boss to &^*((^& HELP??
|
| Do I need a Nested Loop? | 16 Nov 2007 15:35 GMT | 14 |
Access 2003, XP Pro I use this function to assign a value to [linnum]. "Option Compare Database Public Function AssignNumbersBudgetLines()
|
| releasing mailing data cource | 16 Nov 2007 14:54 GMT | 1 |
I copy a table from my current database over to an independant database (mailingBaseDB) and then mailmerge this data. When I have executed the mailmerge I close the merge document but it leaves the database (mailingBaseDB). I am using Office 2000
|
| PDF Loop | 16 Nov 2007 13:16 GMT | 3 |
I have a form with a dropdown box (cboFindCustomer). When a button is clicked on the form, a report (Customer instructions) is opened and filtered so that only information for the customer selected in cbofindcustomer appears. Once the report is opened, i need to be able to print it ...
|
| db.execute strSql | 16 Nov 2007 13:10 GMT | 2 |
What's the best way to execute a query 26 times for different file names? strSql = "UPDATE ASTU7001 INNER JOIN SCAS7001 ON [ASTU7001].[STULINK]=[SCAS7001].[STULINK] SET SCAS7001.PRIMDISABI = "" WHERE ((([SCAS7001].[PRIMDISABI]) Is Not Null) And (([ASTU7001].[STATUS]) Is
|
| passing control names as parameters | 16 Nov 2007 07:26 GMT | 2 |
I'm trying to pass different controls on an open form to an Access2003 function: function (MyControlName as ???) Forms!MyForm!MyControlName = "whatever"
|
| VBA future in MS ACCESS (or VSTA) | 16 Nov 2007 05:23 GMT | 3 |
Has anyone heard if VSTA will ever be supported for MS ACCESS? I've heard rumors that VBA will not be supported for 64 bit and the VSTA will. Will MS Access someday support VSTA then? Thanks
|
| Compact & repair cuts connection to networked mdb | 16 Nov 2007 04:44 GMT | 1 |
Whenever I do a compact and repair of an Access2K mdb I share over a peer to peer network, one or two PCS lose the connection to the file. The only way I seem to be able to re-establish the connection is to go to the PC the file is on and move it to a new folder and create new ...
|
| ADO | 16 Nov 2007 04:35 GMT | 1 |
We have an application with Access 2003 for the front-end and SQL Server 2005 for the back-end. Is performance decreased when using CurrentProject.Connection to connect to the database vs suppling the connection string for the connection object? The application is not an ADP -
|