I have a form with the following text fields... txtID1,txtDesc1, txtID2, txtDesc2, txtID3, and txtDesc3. The user fills out all of these fields and then there is a button to add the records to the table, tblOccurance. Each of the sets of ID's and Desc's stay together as 1 entry into the table. I have experience with Access but not SQL. Can someone give me a general idea of what I would have to write for the SQL. Thank you.