I am using vb.net running a backend MS.Access database and I am wondering what is the code that I can use to display a picture of an image when the field name is selected.
My MS Access "field" name is Cars_Types: in the files I have the data "GM, Chrysler, Toyota, Honda, and Ford".
The name of my database is ModelCars.accdb
The pictures are not coded into the database instead I would like them to be coded into the VB.NET program.
I have the database working correctly within my VB.NET program but I am having trouble getting the images to appear.