>
Part | Description |
stringvar | The name of a String variable or Variant that receives the data from the Field object named by field. |
recordset | A variable of an object data type that specifies the Recordset object containing the Fields collection. |
field | The name of a Field object whose Type property is set to dbMemo (Memo) or dbLongBinary (OLE Object). |
offset | A numeric expression that is the number of bytes to skip before copying begins. |
numbytes | A numeric expression that is the number of bytes you want to return. |