GetMinMaxBits example for Access 95 and 97

Note: This topic is for Document/Medical only.

The following example retrieves the values for MinBit and MaxBit using GetMinMaxBits and writes the results.

    Lead1.GetMinMaxBits
    Text1.SetFocus
    Text1.Text = CStr(Lead1.MinBit)
    Text2.SetFocus
    Text2.Text = CStr(Lead1.MaxBit)