Scott,
It's ok if i print everything on view, i'm not worried about that. I have a
field at the bottom of the form called WeekTotal. Every form should submit
(like it normally does), but I guess i'm wanting the code to say something
like: "Print only if WeekTotal < 35".
Thanks again.
> Hi,
>
[quoted text clipped - 8 lines]
>
> This posting is provided "AS IS" with no warranties, and confers no rights
Scott L. Heim [MSFT] - 20 Jun 2005 20:36 GMT
Hi,
Then in that case, you should be able to place the call to print in an "If"
test - use the "selectSingleNode" method to get a reference to that control
and then if the value is < 35, call the PrintOut method.
Scott L. Heim
Microsoft Developer Support
This posting is provided "AS IS" with no warranties, and confers no rights