M
Michelle
I want to put an inventory of costumes on a database that includes photos of
the costumes. Can Access do this?
the costumes. Can Access do this?
Jack Cannon said:I will echo Chris' warning. Storing the actual photograph within the
database will cause the database to grow much too large. In fact you
might
want to consider storing the photographs on a CD, which will allow the
database to be more portable.
I use a common path to related photographs. The photographs are saved
with
the primary key as the filename (12345.jpg). While this ensures that
photographs are not confused it does force the user to use the application
to
locate a particular photograph instead going directly into the storage
media
to locate it.
Jack Cannon said:I will echo Chris' warning. Storing the actual photograph within the
database will cause the database to grow much too large. In fact you
might
want to consider storing the photographs on a CD, which will allow the
database to be more portable.
I use a common path to related photographs. The photographs are saved
with
the primary key as the filename (12345.jpg). While this ensures that
photographs are not confused it does force the user to use the application
to
locate a particular photograph instead going directly into the storage
media
to locate it.