The problem I am having is I'm using an Insert INTO Statement in one of the forms I have. The statement looks like: INSERT INTO table (information) Values (form!form_name!textbox); The problem is I cannot get the value of the textbox in the query. Does anyone know a solution or maybe even a better way of doing an INSERT. Thanks for your help