Form and Report Calculations slow

T

tommal

I have a form that is based on a stored procedure. When you open the it
calculates some of the fields. There is a print button to open a report
based on the same stored procedure. However if the form has not totally
calculated it prints zero's on the the report. Anyway to stop this?
 
J

John W. Vinson

I have a form that is based on a stored procedure. When you open the it
calculates some of the fields. There is a print button to open a report
based on the same stored procedure. However if the form has not totally
calculated it prints zero's on the the report. Anyway to stop this?

Correct the error in the report or the stored procedure, whichever is causing
the problem. If you would like help doing so, post some more information so we
can help you.
 
Top