Ok,
I've mostly taught myself Access over the past 5-6 years, and gotten not too bad at it, I usually use other peoples databases and Google to solve what i cannot do myself, so i decided to try a forum to put some of the harder questions out there.
I am making a system for a small library in our town, they want to take a photo of every item and have it appear when they look it up in the computer. not too much hassle I thought, WRONG...
i was going to simply embed the image in the database, until i found out there was over 5K books (not a small library now, are we...) so i found a code that loaded the image of a book that was located in a specified file, and as long as the image name was the same name as the book code (my primary key/reference number) it would find it and load, not too bad but its a little dodgey, as in if a book number image appears to not be in the file, it keeps the image of the previous book. so that option is pushed to the back.
i the found the employees section in the sample northwind database, liked the way it was structured, it felt more solid than the last option, my problem is (as i'm not too confidant with my VB coding yet) i cannot make it work in my database it keeps highlighting some random script that i cannot understand too much.
so my question to you is what other options of image storage/reference is there? keep in mind that the ladies who will be using the system is not too computer savvy so as basic as possible. or perhaps one of you can tell me why my north wind stuff isn't working to well
thanks anyway, and sorry for the long-winded question.
I've mostly taught myself Access over the past 5-6 years, and gotten not too bad at it, I usually use other peoples databases and Google to solve what i cannot do myself, so i decided to try a forum to put some of the harder questions out there.
I am making a system for a small library in our town, they want to take a photo of every item and have it appear when they look it up in the computer. not too much hassle I thought, WRONG...
i was going to simply embed the image in the database, until i found out there was over 5K books (not a small library now, are we...) so i found a code that loaded the image of a book that was located in a specified file, and as long as the image name was the same name as the book code (my primary key/reference number) it would find it and load, not too bad but its a little dodgey, as in if a book number image appears to not be in the file, it keeps the image of the previous book. so that option is pushed to the back.
i the found the employees section in the sample northwind database, liked the way it was structured, it felt more solid than the last option, my problem is (as i'm not too confidant with my VB coding yet) i cannot make it work in my database it keeps highlighting some random script that i cannot understand too much.
so my question to you is what other options of image storage/reference is there? keep in mind that the ladies who will be using the system is not too computer savvy so as basic as possible. or perhaps one of you can tell me why my north wind stuff isn't working to well
thanks anyway, and sorry for the long-winded question.