I want to put a textbox on a form that will take user input (a postal code) and put it into a table. I'm not sure how to do this. Is it even possible, and if so, any suggestions?
No, I'm using the form to pull data from another database, then I'm making a new table where the user inputs data that I planned to append to the pulled data with a query. So the user input to table is for the smaller table that I want to append.