When I click a command button, I am going out to various textboxes, option Groups, etc. and pulling the data together. However, as an example, the code below will RunTime error 94 because of invalid use of Null when their is no text entered into text24. If there is no text entered, I'd like the code to recognize that and do something else.
DriversLic = Text24.Value
Thank you!
DriversLic = Text24.Value
Thank you!