Before I begin: yes, I have searched the forums 
I was looking for some help on VBA syntax. I have a continuous form with a text box. I am trying to limit the entry validation of the textbox to a set of numbers (most likely 0,1,2,3,4,5,95, and 99) BUT ALSO allow text strings of any length or any number value to be entered, depending on which record is selected. (Each Record is identified with a question number that has been inserted by a query)
I have a picture attached which shows a little more detail to the question.
I was looking for some help on VBA syntax. I have a continuous form with a text box. I am trying to limit the entry validation of the textbox to a set of numbers (most likely 0,1,2,3,4,5,95, and 99) BUT ALSO allow text strings of any length or any number value to be entered, depending on which record is selected. (Each Record is identified with a question number that has been inserted by a query)
I have a picture attached which shows a little more detail to the question.