Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

To recompile or not to recompile

Status
Not open for further replies.

dabones99

Technical User
Oct 4, 2002
20
US
I am using a database that was created by a another user. I made changes to a report but when I run the program the changes are not reflected in the preview or print. Do I need to recompile the Report? And if so how do i do that?

P.S. Everything was created in Access 97 including the form.

Thank You
 
Hi

Compiling is good practice, it checks your code for syntax errors and makes it run faster, but failing to recomile would not cause the sympton you speak of.

You do not say what the nature of the change was, but could it be for example that you changed a query, but that query is not actually used in the report, perhaps the report record set is reset in code for example.

Regards

Ken Reay
Freelance Solutions Developer
Boldon Information Systems Ltd
UK
kenneth.reaySPAMNOT@talk21.com
remove SPAMNOT to use
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top