v2014 Premium.. Need help with a Visual Basic program. Took over this account a year ago and now upgrading from v3.74 SQL to 2014 Premium. They have a button added using custom office on the inventory maintenance screen. When the button is clicked a VB program executes. There are 5 parameters that need to be passed to the program: PassedCompany = arguments(1), PassedUser = arguments(2),
PassedModule = arguments(3), PassedDate = arguments(4), PassedItemNo = arguments(5). DO we have a VB programmer in the group or can someone in the group direct me to one. I need to know the syntax necessary to call these parameters when the program executes from item maintenance. Thanks!