patrickmcdiver
Registered User.
- Local time
- Today, 11:08
- Joined
- Jan 7, 2010
- Messages
- 39
I have a database that utilizes a log on form. Once username and password are entered correctly the form closes (no problem so far). On closing, the DB does a Dcount for any overdue project tasks and if there are any then my pop up, modal Task Reminder Form opens to advise that there are tasks due, If not, my Main Form opens (still no problem). As the Main Form opens, my DB does separate Dcount for any vehicle or equipment maintenance that is over due. If there is any, my pop up and modal Vehicle Maintenance Reminder Form opens. This happens almost simultaneously as the Task Reminder Form opens. However, the maintenance form causes the task form to minimize. I don't have code or anything telling the task form to minimize and can't figure out why it does instead of just being covered in the background. Also, the database looses focus and any other application open in the background becomes the focus.
Can anyone please explain what is happening and advise how I can correct it.
Can anyone please explain what is happening and advise how I can correct it.