Is there a way to check for existence of a specific object. I have an application that creates an object the first time a user enters data in a form and if they access the form again, I want to load data from the object. If it is the first time the user enters the form, the object will not be created until they click on the OK button. I know that I could set a boolean variable, but was wondering if there was a function for this. Thanks in advance.
Tom
Tom