I have Continuous Forms which display all items for one part number. The main form Part Info with with this Continuous Forms with key feild called "Product_ID".
One part can have multiple items on sub Continuous Forms. I want to create way so user can add item in between two existing items.
Example:
Product Info - Master form
1 = Chassies
Item form- Continuous Forms
Product_ID, Item_Id, Desc
1, 100, Test1
1, 200, Test2
1, 101, Test3
1, 202, Test4
I want user to add another item in-between item id 200 and 101. How can i let user add new line in-between two existing line in Continuous Forms.
One part can have multiple items on sub Continuous Forms. I want to create way so user can add item in between two existing items.
Example:
Product Info - Master form
1 = Chassies
Item form- Continuous Forms
Product_ID, Item_Id, Desc
1, 100, Test1
1, 200, Test2
1, 101, Test3
1, 202, Test4
I want user to add another item in-between item id 200 and 101. How can i let user add new line in-between two existing line in Continuous Forms.