I have 2 text boxes on a report. I am using a DLookup on the first text box to get a value. I would like to consider this value when determining the control source for the second text box. I thought I would do a select case on the first text box, in the report open event, to do this but get Run-time error '2427': You entered an expression that has no value." for the Select Case Text1.Value. Is there a more appropriate way to do this?