To indicate nonexistent data in a Microsoft Access database, you can enter a zero-length string (zero-length string: A string that contains no characters. You can use a zero-length string to indicate that you know no value exists for a field. You enter a zero-length string by typing two double quotation marks with no space between them (" ").) into a Text or Memo field. In a Microsoft Access project (Microsoft Access project: An Access file that connects to a Microsoft SQL Server database and is used to create client/server applications. A project file doesn't contain any data or data-definition-based objects such as tables and views.) that is connected to a Microsoft SQL Server database, you can enter a zero-length string in a field whose data type (data type: The characteristic of a field that determines what type of data it can hold. Data types include Boolean, Integer, Long, Currency, Single, Double, Date, String, and Variant (default).) is varchar or nvarchar.
The field remains a zero-length string, even though the quotation marks disappear when you move to another field or object.