I'm connecting my windows form Datagridview into an access database.
On that access database I have a column for attachments.
How can I get it displayed on Datagridview in VB.Net?
The column type does not have Attachment option, so it turns the file I have on that column into a string. Is there anyway to make this work?
All I want pretty much is to allow the users to add, or open whatever attachments are added to a specific entry on a Database.
Images below:
Datagridview result :