On the on Load of a form I'm checking the value of a date field.
The message box pops up fine, but before the form opens.
How do I have the form open before the message box.
I thought using SelectObject some how works but I'm not sure how.
	
	
	
		
Now there's another problem.
I'm trying to paste the code but it won't paste.
I pressed ctl-c in access and then press ctl-v here it won't paste.
But, when I paste into Wordpad and press ctl-c it pastes fine
 The message box pops up fine, but before the form opens.
How do I have the form open before the message box.
I thought using SelectObject some how works but I'm not sure how.
		Code:
	
	
	If Me!ReminderDate > Date Then
        DoCmd.SelectObject "frmWeekViewNew"
        MsgBox "Past Due Reminders"
    Else
    End IfNow there's another problem.
I'm trying to paste the code but it won't paste.
I pressed ctl-c in access and then press ctl-v here it won't paste.
But, when I paste into Wordpad and press ctl-c it pastes fine
 
	 
 
		 
 
		 
 
		