Reputation: 1
I am having trouble breaking these boxes apart so far when I enter 1 value it enters that value in all boxes. I need to be able to enter multiple different values for each different field. Users are searching a table for ID OD and Width and need to search for multiple items entering different ID OD and widths in one form.
Upvotes: 0
Views: 186
Reputation: 27644
If these are search text boxes, you must make them all unbound. Then you'll have to supply a fixed number of controls.
Or bind them to a "search" table, and have only one row of controls in the Detail section. Then the user can create as many "search" records as they like.
Upvotes: 1