B
Bill Stanton
What's the generally accepted method for
suppressing a line when a record field is
blank. E.g., where either of fields strAddr1
or strAddr2 are blank, don't print a blank
line and suppress the line-feed.
Note that there are TWO text-box controls
used here. Is it better to write a function
that tests for a blank field, then return
a string to a "single" text-box control's
recordsource that contains line-feed
controls between the two fields?
Thanks,
Bill
suppressing a line when a record field is
blank. E.g., where either of fields strAddr1
or strAddr2 are blank, don't print a blank
line and suppress the line-feed.
Note that there are TWO text-box controls
used here. Is it better to write a function
that tests for a blank field, then return
a string to a "single" text-box control's
recordsource that contains line-feed
controls between the two fields?
Thanks,
Bill