breezett93
Technical User
The concept that I'm developing is a late orders form. After the user enters a date range, a list of orders will populate the form. There are some external factors that could cause an order to be late but not at the fault of the company. So internally, the order was completed on time.
I need to implement an override to remove an order from the form only (not the table). My initial searches pretty much turned up the opposite; so I couldn't find out how to remove a record from the form.
I was thinking of having a checkbox next to each record that fits the search criteria. When the checkbox is checked for that row, the record is removed and the count is reduced by one. When I tried implementing this, if I checked one box, they all became checked.
If there is a better solution, I am all ears.
I need to implement an override to remove an order from the form only (not the table). My initial searches pretty much turned up the opposite; so I couldn't find out how to remove a record from the form.
I was thinking of having a checkbox next to each record that fits the search criteria. When the checkbox is checked for that row, the record is removed and the count is reduced by one. When I tried implementing this, if I checked one box, they all became checked.
If there is a better solution, I am all ears.