Memo field data wont print- Access 97

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ivan

    Memo field data wont print- Access 97

    Access 97

    I have a memo field in a footer on a subform. When I print the form, all
    data is printed except the data that was entered into the memo field. The
    memo field itself is printed (the border), but the data is missing. The
    following properties are set for the memo field:

    Visible: Yes
    Display when: always

    How can I get the memo box to print?


  • Bob Quintal

    #2
    Re: Memo field data wont print- Access 97

    "ivan" <info@achieva.u s> wrote in
    news:wBI4b.9417 4$yg.26881048@n ews4.srv.hcvlny .cv.net:
    [color=blue]
    > Access 97
    >
    > I have a memo field in a footer on a subform. When I print the
    > form, all data is printed except the data that was entered
    > into the memo field. The memo field itself is printed (the
    > border), but the data is missing. The following properties are
    > set for the memo field:
    >
    > Visible: Yes
    > Display when: always
    >
    > How can I get the memo box to print?
    >[/color]
    I've been frustrated by accidentally setting a .forecolor to the
    same value as the .backcolor.

    Also check that the .cangrow property is yes.
    Verify that the memo field contains less than 64kB of data.

    Bob Q


    [color=blue]
    >
    >[/color]

    Comment

    Working...