martha.a
12-11-2004, 04:46 AM
I have the following dynamic text:
{rs_air_description.day_one}
{rs_air_description.day_one_desc}
{rs_air_description.day_two}
{rs_air_description.day_two_desc}
{rs_air_description.day_three}
{rs_air_description.day_three_desc}
{rs_air_description.day_four}
{rs_air_description.day_four_desc}
How am I going to remove the blank gap that is created when the recordset for one or more of the above is empty? I tried Show If recordset is not Empty but it didn't help. You see, the days reach up to 15 and when it comes for a 4 days description, my gap is going huge!
Thanks in advance
{rs_air_description.day_one}
{rs_air_description.day_one_desc}
{rs_air_description.day_two}
{rs_air_description.day_two_desc}
{rs_air_description.day_three}
{rs_air_description.day_three_desc}
{rs_air_description.day_four}
{rs_air_description.day_four_desc}
How am I going to remove the blank gap that is created when the recordset for one or more of the above is empty? I tried Show If recordset is not Empty but it didn't help. You see, the days reach up to 15 and when it comes for a 4 days description, my gap is going huge!
Thanks in advance