Reshmi mohankumar
Registered User.
- Local time
 - Today, 18:01
 
- Joined
 - Dec 5, 2017
 
- Messages
 - 101
 
Me.simg.Picture = Nz(CurrentProject.Path & StudentPhoto, CurrentProject.Path & "\StudentImages\INDEX.JPG")
Me.fimg.Picture = Nz(CurrentProject.Path & FatherPhoto, CurrentProject.Path & "\StudentImages\INDEX.JPG")
But this code is under forms onCurrent event
if there is a no string i got error like '2220' can't open the file "F:\SmartSchool".
 Me.fimg.Picture = Nz(CurrentProject.Path & FatherPhoto, CurrentProject.Path & "\StudentImages\INDEX.JPG")
But this code is under forms onCurrent event
if there is a no string i got error like '2220' can't open the file "F:\SmartSchool".