Not possible since the text box is unbound. You could store the value in a global string and call it when needed and it should stick until the database is closed but global strings or global constants make me nervous when multilple users are in the same database. I prefer to have a local temp table in the front end that stores that kinda stuff to ensure the values are where I need them, when needed.