On Sun, 23 Jan 2005 06:29:01 -0800, Paul Owen <Paul
anybody know where I can find a basic database for use with a model car
collection that will show photos of each item?
Doubt you'll find one, but it would be easy enough to build one.
Decide what other types of information you want to record about each
car (make, model, builder, date acquired or built, ... whatever).
Access is HORRIBLE at handling image data, though. The database bloats
to enormous size with only a few images. You may be best off just
creating a reserved folder on disk in which to store .jpg or other
graphic images of each car, and include a Text field in your table
with the filename.
John W. Vinson[MVP]