Hello again!
I just faced task which seems to be quite difficult for me.
I will make this a bit more simple then it is, so everyone could understand.
So I have table with 3 fields for example: ID ( which is key ), Date, quantity
ID is 8 digit number. I have like 1000 rows where there is just ID. For some of these rows it is necessary to add date and quantity. And it is so not handy to look for right ID and then fill these rest 2 values by hand. Cause these 2 fields might be similar for multiple records. Since now users have worked in excel using auto filter which was so easy, you were able to update like 100 records at the same time without any problem.
What I have in mind, It is necessary to build form based on update query.
It should have like 10 empty text boxes where user can just paste these required ID's in. Then there would be 2 fields "Date" and "Quantity".
Nice and fat button "update" which would update all these rows containing right "ID's" with the same Date and Quantity.
My idea seems to be possible, but still in blur for me. Could you confirm that it is possible, or maybe there are other suggestions how to make custom updates for multiple rows at once.
Thanks a lot for reading, sorry it might look a bit messy.
Best regards.
I just faced task which seems to be quite difficult for me.
I will make this a bit more simple then it is, so everyone could understand.
So I have table with 3 fields for example: ID ( which is key ), Date, quantity
ID is 8 digit number. I have like 1000 rows where there is just ID. For some of these rows it is necessary to add date and quantity. And it is so not handy to look for right ID and then fill these rest 2 values by hand. Cause these 2 fields might be similar for multiple records. Since now users have worked in excel using auto filter which was so easy, you were able to update like 100 records at the same time without any problem.
What I have in mind, It is necessary to build form based on update query.
It should have like 10 empty text boxes where user can just paste these required ID's in. Then there would be 2 fields "Date" and "Quantity".
Nice and fat button "update" which would update all these rows containing right "ID's" with the same Date and Quantity.
My idea seems to be possible, but still in blur for me. Could you confirm that it is possible, or maybe there are other suggestions how to make custom updates for multiple rows at once.
Thanks a lot for reading, sorry it might look a bit messy.
Best regards.