Adding video to an Access database

J

jhutchtor

I need to know if you can add video avi files to an access database and then
be able to search them
 
B

Brendan Reynolds

You can store them in a field of the OLE Object data type. There's no way to
search such a field directly, but you can store a description in a text
field, or key words in a related table, and search those.
 
Top