B
Bob
Hi I have a text box which I want to pick up the data from field1 if this
IsNull (blank) then I want it to pick up the data from field2. When the
report opens, how do I go about it?
I have tried the following on the reports open event.
If me. Field1 IsNull Then
Me. Text58 = Me.Field2
Else
Me.Text58 = Field1
End If
It didn't work of course where am I going wrong?
Thanks Bob
IsNull (blank) then I want it to pick up the data from field2. When the
report opens, how do I go about it?
I have tried the following on the reports open event.
If me. Field1 IsNull Then
Me. Text58 = Me.Field2
Else
Me.Text58 = Field1
End If
It didn't work of course where am I going wrong?
Thanks Bob