I have three forms: main (houses a listbox that retrieves all records) an Add form (used to add a new record) and an edit form to edit a record. I want the add form to be unbound and when the user fills in the text boxes, and clicks the add button, it will use vb or sql to add a new record to the table (Table1) how would I do this?