G
Guest
I want to backspace on a report if certain conditions are met but all I get
is the "little square box" when I use Chr$(8). I know you have to use
Chr$(13) and Chr$(10) together or you will get the little square box. If
there something you have use with Chr$(8)?
IIf([Forms]![FaxEmployment2]![chkComments]=False,Chr$(8) & Chr$(8))
Thanks for any help. Lamar
is the "little square box" when I use Chr$(8). I know you have to use
Chr$(13) and Chr$(10) together or you will get the little square box. If
there something you have use with Chr$(8)?
IIf([Forms]![FaxEmployment2]![chkComments]=False,Chr$(8) & Chr$(8))
Thanks for any help. Lamar