pedie
Well-known Member
- Joined
- Apr 28, 2010
- Messages
- 3,875
Hi, I want to know of a way to cancel the form from Loading if certian condition is not met.
Is there anything like that?
Thanks for helping!
Code:
[/FONT]
[FONT=Courier New]Private Sub Form_Load()[/FONT]
[FONT=Courier New]if certian condition is met in table then
'open it
else
Cancel being opened
end if
End Sub
Is there anything like that?
Thanks for helping!