Hi
I want to create a Custom Message box where the label and buttons have variable text in them.
I need to run a subroutine that calls the message box and if the answer is yes does 1 thing and if it's no it does nothing.
The problem is I can't get the subroutine to wait for the answer from the other form.
Can someone guide me as to how to load the form get the result and feed the result back to the main form subroutine.
By the way the Message Form as txtlabels and commandbutton labels defined as variables which work fine.
Frank