Carl Foster
Registered User.
- Local time
- Today, 07:00
- Joined
- May 29, 2006
- Messages
- 72
Hi, I have this code to make Access minimize when a form is minimized.
It works fine when I run the DB in ver 2003, but in ver 2000, it doesn't work for some reason. Anyone know a fix for this?
Code:
If (IsIconic(Me.hWnd) * -1) Then
DoCmd.RunCommand acCmdAppMinimize
It works fine when I run the DB in ver 2003, but in ver 2000, it doesn't work for some reason. Anyone know a fix for this?