Charlotte Foust
cfoust at infostatsystems.com
Wed Mar 17 10:38:40 CDT 2010
What does CurrentProject.Path evaluate to? My suspicion would be that there's no \ after it as there needs to be before the filename. Charlotte Foust -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of William Hindman Sent: Wednesday, March 17, 2010 8:31 AM To: Access Developers discussion and problem solving Subject: [AccessD] CurrentProject.Path syntax? ...the following two lines point to the same file ...but only line two works ...what is my befuddled mind missing this time? 'MetaDraw0.LoadPicture (CurrentProject.Path & "MBCC_HallC_Spring_001a.mdp"), 0, 0 MetaDraw0.LoadPicture "v:\JISWORKING\TMS\MBCC_HallC_Spring_001a.mdp", 0, 0 William -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com