Hi, Newbie here, Hope someone can help me....
I have this multiple sets/groups of unbound textbox in form.. I want to save the values of the sets/groups of texbox in my table as new record based on per sets of textbox..
here's a sample..
(Sets/groups of Textbox in my form)
textbox1, textbox1A, textbox1B, textbox1C
textbox2, textbox2A, textbox2B, textbox2C
textbox3, textbox3A, textbox3B, textbox3C
I want to save the first set/group as record 1 then second set/group as record 2 and last set/group as record 3... that means.. everytime I click or save the values in my form to my table, it will generate 3 records everytime. I hope someone can help.. thanks
I have this multiple sets/groups of unbound textbox in form.. I want to save the values of the sets/groups of texbox in my table as new record based on per sets of textbox..
here's a sample..
(Sets/groups of Textbox in my form)
textbox1, textbox1A, textbox1B, textbox1C
textbox2, textbox2A, textbox2B, textbox2C
textbox3, textbox3A, textbox3B, textbox3C
I want to save the first set/group as record 1 then second set/group as record 2 and last set/group as record 3... that means.. everytime I click or save the values in my form to my table, it will generate 3 records everytime. I hope someone can help.. thanks