Going to post a larger question, possibly, after this one ... in lot the macros I'm recording and using for my examples I see either "temp = ViewName.Exists" or "ViewName.Read".
What are the purposes of these properties/methods?
Is .Exists used for On Error Goto AccpacError testing and not a required statement? The hlpe says "reports whether the current logical record exists in the database" which tells me my statement sounds wrong, but I'm not sure I understand why you'd be testing if the logical record exists?
I see the help file says .Read "fetches the logical record indexed by the current contents of the view's key fields" but this explanation doesn't help me.
What are the purposes of these properties/methods?
Is .Exists used for On Error Goto AccpacError testing and not a required statement? The hlpe says "reports whether the current logical record exists in the database" which tells me my statement sounds wrong, but I'm not sure I understand why you'd be testing if the logical record exists?
I see the help file says .Read "fetches the logical record indexed by the current contents of the view's key fields" but this explanation doesn't help me.