I have a form where I need to enter name, address, phone number, gender, age, etc. of people. That wouldn't be a problem except that I need the form to have fields where I can enter 20 people into the form and then, with the click of a button, have it create a SEPARATE record for each person. I understand that I could easily put in a single record, save it and go on to the second record. There's a long explanation as to why I can't do it that way, but I really need to be able to do them all at once. Can anyone tell me how to do this? I assume that there would be some sort of VB or INSERT loop, but I'm not good with those without a little help. If you could point me in the right direction I could probably figure it out. Thanks in advance for any help.