| Thread | Last Post | Replies |
|
| Combo box error | 03 Aug 2005 01:03 GMT | 3 |
I have an app that has run for years without problems. Recently I had an XP Pro hang on startup an I was forced to reinstall Windows. I reinstalled Access 97 SR-2 and now all combo boxes generate an error saying the object cannot be found in VB and the ampersand is highlighted ...
|
| Drop Down Box only works once | 03 Aug 2005 00:33 GMT | 2 |
Not sure what I've managed to do, but maybe someone can help. I have a form I use to select records for audit. This form displays the transaction type that then can be audited for multiple scenarios. When the user selects the record to audit, it opens a new Audits form and
|
| Hide/disable submenus | 03 Aug 2005 00:07 GMT | 1 |
I am trying to hide submenus for people who don't have rights to do specific things. I can see how to hide the top level menu item (code below) but not sub-menus. Any help would be appreciated. Application.CommandBars("Sales Journal").Controls("Management").Visible = True
|
| Text box output controlled by Option group | 02 Aug 2005 23:21 GMT | 6 |
I have scripts I need to display in a text box on a form. The script to be displayed is dependent on what option is chosen in an option group. A given script is about 500+ words. Do you know how I can do this?
|
| GoToControl to a subform footer button | 02 Aug 2005 21:50 GMT | 1 |
Not sure why I can't get this syntax right, but I'm sure someone in here knows... I'm on my main form [audits]. When I set off the LostFocus event, I want to move to my subform [auditresults subform] and set the focus to a button on
|
| verify open/closed status of form? | 02 Aug 2005 21:45 GMT | 2 |
Access 2000 What's the method or property to use to verify if a form is open or not? I'd like to open a form if it isn't already and can't ferret out how to verify if it is open.
|
| Referring to Subform | 02 Aug 2005 21:02 GMT | 4 |
I have MainForm SubForm1 SubForm2 I have the following code to change the AllowAdditions property to False on SubForm2 based on the value of the chkBox in SubForm2. The code is on the
|
| default date in a text box | 02 Aug 2005 20:31 GMT | 3 |
I have a form with two text boxes used to enter start and end dates as report criteria. I was wondering if there is a way to set default dates for these boxes; for instance I would like box 1 to always display the First Date of the Current
|
| Can't create workbook object. | 02 Aug 2005 19:26 GMT | 1 |
I keep getting an ActiveX component can't create object error message (#429) while trying to create a workbook instance. Google research leads me to suspect some misconfiguration on my machine but I can't imagine what that would be, since I'm having no other problems. The ...
|
| Delete warning | 02 Aug 2005 19:25 GMT | 4 |
When i run the delete command... DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70 DoCmd.DoMenuItem acFormBar, acEditMenu, 6, , acMenuVer70 what is the best way to suppress the delete warning?
|
| Last Record | 02 Aug 2005 19:04 GMT | 3 |
Got a problem I thought I was doing good with this, guess not. I am using; Me.po = DMax("po", "po") + 1
|
| Sum of calculated fields | 02 Aug 2005 18:42 GMT | 10 |
Please help, I have a database in to which start date/time and end date/time is entered, from this I have calculated fields which calculate the timeDiff, also another which calculates the time from a Midnight reference.
|
| Using the CDO object to send email... | 02 Aug 2005 18:06 GMT | 3 |
I am using the CDO object to send email automatically from an Access 2000 application. It has been working flawlessly until just recently, when users have been experiencing a "transport unavailable" message. After doing some debugging, I discovered that the strSch variable which I ...
|
| Making a form level Sub Public | 02 Aug 2005 17:04 GMT | 2 |
I want to activate a button on form two from form one. For the button I want to activate, I changed the Private to Public and renamed the sub to make it unique within the project. I coppied the name of the sub and pasted it in the sub on form one from which I want to activate ...
|
| Apostrophe in filter | 02 Aug 2005 17:03 GMT | 5 |
I have a filter on a form. The filter works perfectly until a value from the query that controls the list contained an apostrophe. When selected the error message "You can't assign a value to this object" appeared. When the apostrophe is removed from the approporiate tables the ...
|