I am trying to figure out a way to find if an object exists on a form. If it does I want it to remove it, otherwise I don't want it to do anything.
Here's my psuedo code:
If grdNotes exists then
ThisForm.RemoveObject("grdNotes")
Else
Endif
Any suggestions?
Thanks,
-Kevin
Here's my psuedo code:
If grdNotes exists then
ThisForm.RemoveObject("grdNotes")
Else
Endif
Any suggestions?
Thanks,
-Kevin