Not sure this is possible...but it seems so easy but doesn't work!! I've added a formula field to my detail section, called it recno.
The recno formula is -> Round(RecordNumber,0)
I've added another TextBox to the detail section and I want to suppress the TextBox based on the recno value. So in the Suppress formula I have ->
If {@recno} <> 7 Then
false
Else If {@recno} <> 8 Then
false
Else If {@recno} <> 12 Then
false
Else
true
They all display!! Can anyone help? Thanks in advance...ugh!!
The recno formula is -> Round(RecordNumber,0)
I've added another TextBox to the detail section and I want to suppress the TextBox based on the recno value. So in the Suppress formula I have ->
If {@recno} <> 7 Then
false
Else If {@recno} <> 8 Then
false
Else If {@recno} <> 12 Then
false
Else
true
They all display!! Can anyone help? Thanks in advance...ugh!!