As theDBguy said, if all of these Controls are Bound to a single Field, in the underlying Table, then all of the Textboxes (txtcheck, txtCash, ect.) will show the same Value...and you won't be able to tell how payment was made!
You need to either use arnelgp's method, with a Combobox, or use an...