I'm trying to do what the topic starter is doing as well (restrict printing until required fields are completed). I've used something similar to what pguerett suggested in his first post. I've called a function in the prePrint event of my main form as follows:form1.Mysubform::prePrint - (JavaScrip...