Hi all,
I have a form that has a tab control. The tab control have 10 pages to it, each containing exactly the same controls that are bound to the same fields.
To put it in an example, I have 10 pages named page1, page2, page3, etc. Each page have exactly the same controls, which is startDate, dueDate, status, staffID, subTotal - all of which belong to the same table called "JobOrder"
I want to be able to put 10 different records into the same table all at once. But the problem is whenever I input data into page0, the same data shows up in page1, page2, etc. It is not allowing me to put different data into different pages.
Eg: I want startDate in page0 to be 19/06/10 and startDate in page1 as 01/07/10. But as soon as I put 19/06/10 into page0, the startDate in all other pages are also 19/06/10. And if I change the startDate in page1 to 01/07/10, then ALL other pages including page0 becomes 01/07/10.
Is this because all of them are on the same page?
I just need the form to be able to save multiple records at once, which is why I thought tab control would be best, but I am open to any other way that can achieve the same result.
Please help. I have been stuck on this for over 3 days...
Thanks in advance!
Overkamp
I have a form that has a tab control. The tab control have 10 pages to it, each containing exactly the same controls that are bound to the same fields.
To put it in an example, I have 10 pages named page1, page2, page3, etc. Each page have exactly the same controls, which is startDate, dueDate, status, staffID, subTotal - all of which belong to the same table called "JobOrder"
I want to be able to put 10 different records into the same table all at once. But the problem is whenever I input data into page0, the same data shows up in page1, page2, etc. It is not allowing me to put different data into different pages.
Eg: I want startDate in page0 to be 19/06/10 and startDate in page1 as 01/07/10. But as soon as I put 19/06/10 into page0, the startDate in all other pages are also 19/06/10. And if I change the startDate in page1 to 01/07/10, then ALL other pages including page0 becomes 01/07/10.
Is this because all of them are on the same page?
I just need the form to be able to save multiple records at once, which is why I thought tab control would be best, but I am open to any other way that can achieve the same result.
Please help. I have been stuck on this for over 3 days...
Thanks in advance!
Overkamp