I made a program that view, add, edit, delete a record from my database(ms access).
I want to add pictures on it. If I created a new record I will also put a photo in there. If I hit the save, I want to save the photo also for that record. If I view the record, I want my program to display the photo of the person in the records together with the information.
I'm planning to use the OpenFileDialog to search for the picture but I don't know how am I going to save the record with the photo and how to display it.
I want to add pictures on it. If I created a new record I will also put a photo in there. If I hit the save, I want to save the photo also for that record. If I view the record, I want my program to display the photo of the person in the records together with the information.
I'm planning to use the OpenFileDialog to search for the picture but I don't know how am I going to save the record with the photo and how to display it.