TheNiceGuy
New member
how can i insert into database using these multiple textboxes..
for example these is the vb.net design,
Branch_1 last name(label) firstname(label) middlename(label)
Manager(label) Dela Cruz(txtbox) John(txtbox) Smith(txtbox)
Employee_1(label) Thomas(txtbox) Mary(txtbox) Brown(txtbox)
so, i want these inputs (triggered by a button) to insert into records in access database where will be like:
Branch_1(field) Manager(field) Employee_1(field)
001 Dela Cruz, John Smith Thomas, Mary Brown
hope u understand my point.. i appreciate some helps.. thanks..
for example these is the vb.net design,
Branch_1 last name(label) firstname(label) middlename(label)
Manager(label) Dela Cruz(txtbox) John(txtbox) Smith(txtbox)
Employee_1(label) Thomas(txtbox) Mary(txtbox) Brown(txtbox)
so, i want these inputs (triggered by a button) to insert into records in access database where will be like:
Branch_1(field) Manager(field) Employee_1(field)
001 Dela Cruz, John Smith Thomas, Mary Brown
hope u understand my point.. i appreciate some helps.. thanks..