
June 7th, 2000, 02:41 PM
|
|
Contributing User
|
|
Join Date: May 2000
Location: London, England
Posts: 251
Time spent in forums: < 1 sec
Reputation Power: 14
|
|
|
If you only want each filename/thumbnail to be linked to one story, then the solution is to do as you say. Create a table with one filename on each row and include a field that points to the ID of the story. You can then select all the filenames pointing to the particular story you're interested in, whether there be zero or 1000 of them.
If a filename can be linked to more than one story then that's a different matter! I can't think of an elegant solution for this. If you work it out let me know as it's similar to a problem I'm trying to solve.
|