Lines in Memo under Text

  • Thread starter Thread starter DrewBe
  • Start date Start date
D

DrewBe

I have a report that is formatted be printed off, taken to the field, and
then return for data entry. Lines have been drawn to keep the notes to a
minimum, but when I entry that data into a MEMO field and place it back on
the form. My lines will be covered up.
??? Is there anyway of masking lines into the memo field with or without
data? This way I can maintain one form throughout the entire "inspection"
process!!!
Thanks
 
DrewBe said:
I have a report that is formatted be printed off, taken to the field, and
then return for data entry. Lines have been drawn to keep the notes to a
minimum, but when I entry that data into a MEMO field and place it back on
the form. My lines will be covered up.
??? Is there anyway of masking lines into the memo field with or without
data? This way I can maintain one form throughout the entire "inspection"
process!!!


Sounds kind of clumsy to me, but you could try making the
text box's BackStyle Transparent so the lines show through.
It's unlikely that the lines will be positioned between the
lines of text so that idea may be worthless.

Another idea that might be acceptable is to not make the
text box transparent and set it's FontUnderline property to
Yes.
 
Back
Top