I have a report which has several subforms. One particular subform has the HASDATA code so that it only shows up when data exists. This part works great and as it should.
My problem is that I have about 10 objects ranging from lines to labels to text boxes (all on that same report) that I want to disable the visible property WHEN the HasData code result is true.
In other words, if there is data in subform A then hide object 1, 2, 3, etc.... if no data then report stays as is.
I've been strugling with this for three days and would like a fresh "suggestion".
Thank you in advance.
My problem is that I have about 10 objects ranging from lines to labels to text boxes (all on that same report) that I want to disable the visible property WHEN the HasData code result is true.
In other words, if there is data in subform A then hide object 1, 2, 3, etc.... if no data then report stays as is.
I've been strugling with this for three days and would like a fresh "suggestion".
Thank you in advance.