I have built an autocomplete field that allows the user to autocomplete a name. Now, I need to pull the UserID for the name they selected from my SQL query without displaying it in the textbox. I know ...