Field2.VisibleValue property (DAO)

Applies to: Access 2013, Office 2013

Syntax

expression .VisibleValue

expression A variable that represents a Field2 object.

Remarks

This property contains the value of the field that is currently in the database on the server. During an optimistic batch update, a collision may occur where a second client modified the same field and record in between the time the first client retrieved the data and the first client's update attempt. When this happens, the value that the second client set will be accessible through this property.