T
tbl
For Integer fields, Access will silently round a fractional
entry.
I'd like to prevent rounding and cause a message box to
appear.
But I can't figure out quite how to do it.
I've tried...
If Me.txtNumAngler <> Int(Me.txtNumAngler) Then
.... for starters, but that doesn't seem to work, and I don't
know why.
entry.
I'd like to prevent rounding and cause a message box to
appear.
But I can't figure out quite how to do it.
I've tried...
If Me.txtNumAngler <> Int(Me.txtNumAngler) Then
.... for starters, but that doesn't seem to work, and I don't
know why.