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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top