Part | Description |
variable | A Variant (String subtype) that receives the data from the Field object named by field. |
recordset | An object variable that represents the Recordset object containing the Fields collection. |
field | An object variable that represents a Field object whose Type property is set to dbMemo (Memo) or dbLongBinary (Long Binary). |
offset | A Long value equal to the number of bytes to skip before copying begins. |
numbytes | A Long value equal to the number of bytes you want to return. |