I have a form for data entry. A user may enter 100 records under the same rate code. I have an enter command button that adds the records. Each textbox is cleared out so that the next record may be entered. But the "Rate Code" value doesn't change very often so I would like to have that value remain the same and not have a tab stop there so the user can tab around it and only change it when they actually click that textbox with the mouse. So basically, how do I get a value in a textbox to stay the same throughout multiple record entry? Would use default value, but the rate code is different for some users.