FacilitiesCAD
Technical User
I currently have a button on a form that runs some vb code that takes about 45 sec to run. Because thats a relatively long time to think your computer has frozen up, I want to change text in a text box me.text10 to different values in the code. IE me.text10 = "Starting", me.text10 = "step1 complete". These values do change but they don't show up on the form until everything is done. How do you force an update or refresh to the form or just the text box. I first used msgbox but I don't want people to have to click OK each step of the way.
Tim
Tim