Public Function CreateBinaryUpdateStatement(dbs As DAO.Database, TableName As String, BinaryFieldName As String, KeyFieldList As String, Optional WhereOrOrderByClause As String = "") As String
Generate enhanced BINARY_UPDATE statement to update data in binary fields of table TableName using text-encoded hex values. Only one field may be scripted at a time because of possible script size issues (the hex-formatted binary block can be very large).
xf_DataList
xf_Scripter