I need to know if you can add video avi files to an access database and then be able to search them
J jhutchtor Oct 9, 2005 #1 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 Oct 9, 2005 #2 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.
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.