Showing no data

  • Thread starter Thread starter Andrea Barton
  • Start date Start date
A

Andrea Barton

I have a database that calculates property assessments for individuals. I
have a report that prints out the payment schedule for the number of years
the property is assessed, but it the report show the number of year beyond
the number specified. If they are assessed for 15 years, it will show up to
20 years. Is there a VBA function or statement that will stop that from
happening? Any help is greatly appreciated. Thank you, have a wonderful day.

Andrea
 
I have a database that calculates property assessments for individuals. I
have a report that prints out the payment schedule for the number of years
the property is assessed, but it the report show the number of year beyond
the number specified. If they are assessed for 15 years, it will show up to
20 years. Is there a VBA function or statement that will stop that from
happening? Any help is greatly appreciated. Thank you, have a wonderful day.

Andrea

Correct the error in the Query upon which the report is based.

If you would like help doing so, explain how the table is structured; and open
the Report's Recordsource query in SQL view and post the SQL here. We can't
fix what we can't see!
 
Back
Top