HideDuplicates Property Example
The following example returns the HideDuplicates property setting for the CategoryName text box and assigns the value to the intCurVal variable.
intCurVal
Dim intCurVal As Integer intCurVal = Me!CategoryName.HideDuplicates