e-mail single reports

M

Matthew Maher

hi guyz,
i have 2 questions if some1 could help me out, ive got a few text
boxes " Submitted 1, Submitted 2, submitted 3 ect which are currency defined,
then i've got Total Submitted - when i enter the amount into Submitted
1,Submitted 2, Submitted 3 it comes up in the Total Submitted box but if i
was to leave the Submitted 3 box empty the total does not appear any help
about this would be fantastic.

My other question is i want to send a single report by email, i would like
filter them by a field called "ReportNumber" could anyone PLEASE HELP ME WITH
THIS
 
A

andrei

Matthew,

It looks like the code is truing to add three number and display the sum in
the "Total Submitted" field.
So, you should check before adding the 3 values that each one is a valid
numerical value.
(In your case, if it is blank, you should convert it to zero)

Andrei.
 
Top