On a visual basic form, I have a text box in which the user can enter a file path name. I want to store that file path in a access db table. That part I know. However, if the path is for a bitmap or something else that can be stored as an OLE object, I want to store it in another table as an OLE Object.
This is quite a problem for me.