At 11:33 AM 10/19/2005, John Engwer wrote:
QuestionÂ… How can I get form1 to automatically refresh when I exit form2?
John, Here's how: -- EEP on the first form (while in the form 1) EDIT USING Form2 WHERE .... PROPERTY TABLE <FirstFormTableName> 'REFRESH' RETURN That's all there is to it! Very Best R:egards, Razzak.
