I've tried to setup a nested if statement with no results. Any help is much appreciated. Here is how it works:
If Me.txtTBASS is < 44.5, than Me.txtTBASSpts = 0
If Me.txtTBASS is >= 44.5 And <52, than Me.txtTBASSpts = 40
If Me.txtTBASS is >= 52 And <60, than Me.txtTBASSpts = 70
If Me.txtTBASS...