repainting with next record

  • Thread starter Thread starter amber
  • Start date Start date
A

amber

Hello

I have a long form that is used as the main data entry
point in my database. I say long, because the form cannot
be viewed totally on the screen.

The problem I am having is that if a user makes notation
in the memo field and moves to the next record the screen
looks jumbled as the layout of the fields and the text
seem overlapped. The data is all correct and no issues
there just the display.
 
amber said:
Hello

I have a long form that is used as the main data entry
point in my database. I say long, because the form cannot
be viewed totally on the screen.

The problem I am having is that if a user makes notation
in the memo field and moves to the next record the screen
looks jumbled as the layout of the fields and the text
seem overlapped. The data is all correct and no issues
there just the display.
Try Me.Repaint in the OnCurrent event of the form.

Ron
 
Back
Top