![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
For your information: Private Sub Form_Open(Cancel As Integer) On Error Resume Next Application.SetOption "Track Name AutoCorrect Info", 0 End Sub If you do this in 2003, no problem. The form you are opening will display correctly, and the option will be turned off. If you run this same .mdb in 2007, the form will not open. An error 31556 occurs: "To view object dependencies or change the Track Name autocorrect option, Microsoft Office Access must close all objects and update dependency information." Using Resume Next doesn't help here, just makes it harder to find out why the form didn't appear. Jack |
![]() |
| Thread Tools | |
| Display Modes | |
| |