Jessie_4u
02-15-02, 14:28
| I am trying to change the prtMIP property of objects using the technique as described on microsoft's site. I am looping through a list of objects in my database then changing it so that all forms have the same print settings. The problem that I am facing is that on a hit and miss pattern, it will not change the property of the form. Upon further inspection, I find that it's because the obj.prtMIP property is null... a)how can this ever be? :confused: If I debug.print obj.prtMIP it is NOT NULL b)any idea how to remedy this error? Thanks In Advance, Jessie |