I have a dbase created in MSACCESS, how can i retrieve a (field) record with stored pictures on it to Visual Basic Form

if i were you, ill just store the image's name, then when i want to display the picture, i will use <image>.location = app.path + "<file name of picture from the dbase>"

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.