I have a field call Last_Name, First_Name in detail a
and in detail b only a line now
they want the line to be bold on every second record read
they want a line under each record
and on every second record read the want that line bolded
ex:
detail a : john doe
detail b: line
detail a : mary jane
detail b: line bolded
detail a : mark twain
detail b: line
detail a : harry james
detail B : line bolded
in the format line there no way to place this formula to bolded
If Remainder(Recordnumber,2) = 0
Then CrBold
Else CrRegular
there no X2 tab on format line
thank you
pg
and in detail b only a line now
they want the line to be bold on every second record read
they want a line under each record
and on every second record read the want that line bolded
ex:
detail a : john doe
detail b: line
detail a : mary jane
detail b: line bolded
detail a : mark twain
detail b: line
detail a : harry james
detail B : line bolded
in the format line there no way to place this formula to bolded
If Remainder(Recordnumber,2) = 0
Then CrBold
Else CrRegular
there no X2 tab on format line
thank you
pg