What I would do is put VBA code in the Load event of the Form that checks the value in the two text boxes, and then sets it to enabled/disabled.
Then, add VBA to the AfterUpdate events on each of the two text boxes that checks the value in both text boxes, and if they are both populated, enables the button.