Hi
I hope someone can help
I have a client using assembly entry that is heavily using BOM and want to automate the process of changing the status of the assembly to released by running a macro.
This seems quite straightforward however we need to pre-empt the pop-up that appears saying "a quantity shortage exists for one or more component. do you want to override the quantities?"
To get round this we believe we can enter vba to check the sql on the macro so that it will check the relevant table and if the quantity is less than zero run one macro that includes the pop-up and clicking yes or if it is greater than zero then run a different macro that doesn't have the pop-up.
My question is this does anyone know which field on which table it is referencing to make that pop up window come up?
*This post is locked for comments