Stuart McLachlan
stuart at lexacorp.com.pg
Wed May 6 17:45:51 CDT 2009
On 6 May 2009 at 13:50, Carolyn Johnson wrote: > BUT the good news is it caused me to play around some more. I > changed the output to RTF to see what would happen, and I got an error > because the path for an image on the report was incorrect. It still > had the path used for the Windows XP database folder under Program > Files, instead of the Vista database folder under Users. Once I > fixed the path for the image, it worked fine. That's why I NEVER hardcode paths. I always use either CurrentProject.Path as the root path or Special Folder resolution to get Temp, My Documents, Application Data etc. -- Stuart