I have an input box which appears once a command button is clicked on, Once the inputbox appears a message the message displayed is "Do you wish to fill a cylinder for works order number:-0003102647000001
What i need to do is split the two numbers 003102647 and 000001. It should say "Do you wish to fill a cylinder for Works Order Number 003102647 and For Line Number 000001". How would i amend the following code to do just that, the coding i am using is
My Code:
Any Ideas how to change my code to do this, i have tried but keep getting errors.
What i need to do is split the two numbers 003102647 and 000001. It should say "Do you wish to fill a cylinder for Works Order Number 003102647 and For Line Number 000001". How would i amend the following code to do just that, the coding i am using is
My Code:
Code:
InputBox("Do You Wish To Fill A Cylinder For Works Order Number:-" & [Works Order Number] & [Line Number], "Please Enter/Scan Cylinder Serial Number")
Any Ideas how to change my code to do this, i have tried but keep getting errors.