Code:<br><br><br> Dim MyDB As Database, MySet As Recordset<br> Dim temp1, temp2 As Variant<br> Set MyDB = CurrentDb<br> Set MySet = MyDB.OpenRecordset("Problem Types"
<br><br> 'Add Code here <br><br> MySet.Update<br> MySet.Close<br> MyDB.Close<br><br>Where it says "Add code here", I want be able to add a new column to the table on the end, and get the name from a textbox.