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...