Tiro Cupidus
Registered User.
- Local time
- Today, 01:28
- Joined
- Apr 25, 2002
- Messages
- 263
Code:
Private Sub Form_Current()
Dim ctl As Control
stuff...
...
Set ctl = Screen.PreviousControl
End Sub
Any help? Or do I need to post more information?Run-time error '2467':
The expression you entered refers to an object that is closed or doesn't exist.
For example, you may have assigned a Form to a form object variable, closed the form, and then referred to the object variable.