Im not sure if this is possible or not and from a lot of trial and error i have found a way to create what i need but i feel its not very efficiant.
Ok here it is I am trying to create a form that can be used to enter in names of different people and their date of birth. But i want to be able to enter in many names at once and not have to type them one by one and save them one at a time.
So for example at the top of my form I have enter todays date, and lets say company id, now under this I have 15 text boxes going down that you can enter in the names of say 15 new employees and another box next to that where you can enter in each persons date of birth. What I want to have happen is after I have entered in all 15 names and dob I can press a save button and all of those names will go to a table/query and save in a column titled Employee name. Each name will save in a row going down the column along with their date of births in the next column and todays date and company ID will automatically copy and save along with each persons name in seperate columns. So i am wondering is this possible?? From what I have played around with I have found you cant do it unless you create in the table a section for each name such as name1 name2 and so on. I would like to make it so i dont have 15 columns going across for every single name.
any help would be great thanks!
Ok here it is I am trying to create a form that can be used to enter in names of different people and their date of birth. But i want to be able to enter in many names at once and not have to type them one by one and save them one at a time.
So for example at the top of my form I have enter todays date, and lets say company id, now under this I have 15 text boxes going down that you can enter in the names of say 15 new employees and another box next to that where you can enter in each persons date of birth. What I want to have happen is after I have entered in all 15 names and dob I can press a save button and all of those names will go to a table/query and save in a column titled Employee name. Each name will save in a row going down the column along with their date of births in the next column and todays date and company ID will automatically copy and save along with each persons name in seperate columns. So i am wondering is this possible?? From what I have played around with I have found you cant do it unless you create in the table a section for each name such as name1 name2 and so on. I would like to make it so i dont have 15 columns going across for every single name.
any help would be great thanks!
Comment