My table
Product ID Gereserveerd Aantal
Problem 1
I want to search all components with a certain Product Id. I’d like the data of the search to be saved in a table.
Problem 2
When i have searched a component:
Eg.
BC478 RES SK1 200
BC478 RES SK2 300
BC478 RES SK3 100
I want to summate the data of the ‘aantal’ column, and I want that sum to be displayed in a form.
Product ID Gereserveerd Aantal
Problem 1
I want to search all components with a certain Product Id. I’d like the data of the search to be saved in a table.
Problem 2
When i have searched a component:
Eg.
BC478 RES SK1 200
BC478 RES SK2 300
BC478 RES SK3 100
I want to summate the data of the ‘aantal’ column, and I want that sum to be displayed in a form.