well in your questions, you said 600 records, 10 updated per week, that's not a problem , cause updating the records doesn't change the number of records. so you're ok there, UNLESS the 10 update is actually 10 additions, then you have 10 per week, to your 600, that's 40 per month, or roughly 600 per year ( with some spare room ),you're at roughly 1000 and adding roughly 1000 per year, you got at least a good 10 years on the DB as Access as long as the numbers dont change dramatically.
and as for the pic, it's probably better to store the path in the DB, one of which, keeps the db size down which helps performance, secondly, streaming from db isn't overly efficient, and thirdly, god forbid, there be a db problem, you dont lose all your images as well.
so yes, i'd store the path, or use a general path for the db, and say you have categories, make sub folders for each of these cats, then put the files in there, then only store the filename in the db, so if you ever need to rebuild the db contents, it'd be fairly easy at least on the image side to build from the contents of the folder based on the rules to create the folders, to create the db in reverse.
![[thumbsup2] [thumbsup2] [thumbsup2]](/data/assets/smilies/thumbsup2.gif)
DreX
aKa - Robert