Hello
I'm wanting to check if I have prices in system against items that I would raise a purchase order for.
I'm thinking a VB editor modification could do this for me.
What I basically want to do is, as the user enter all header info on below window and move down to Item Number and type in an Item number and press tab or move to next cell, check if that Item Number has a 'Price' against it for that Creditor ID.
There is a table in database that I could check against (with columns CREDITORID, ITEMNMBR, PRICE)
My problem is, I don't know how to add this scrolling window bit (grid) to VB Modifier,
plus I'm not very sure how to write a code to this Item Number field to check against database table.
it'd be great if someone could help.
Thanks
*This post is locked for comments