Hi,
 
I am new to MS Access, just started learning watching youtube videos.
 
I have created a form for customer and where company logo I am using logo images using path in table and using vb in form, uptill its working fine.
 
Private Sub Form_Current()
logoImage.Picture = CompanyLogo
End Sub
 
I am getting Run Time Error 94: Invalid use of Null, when it reaches to last row where it is empty, I think I need to use a IF dataset NULL condition, for this. Please anyone could help me / point me how I can stop getting this error?
 
Regards
 
Babui386
 I am new to MS Access, just started learning watching youtube videos.
I have created a form for customer and where company logo I am using logo images using path in table and using vb in form, uptill its working fine.
Private Sub Form_Current()
logoImage.Picture = CompanyLogo
End Sub
I am getting Run Time Error 94: Invalid use of Null, when it reaches to last row where it is empty, I think I need to use a IF dataset NULL condition, for this. Please anyone could help me / point me how I can stop getting this error?
Regards
Babui386