form display

  • Thread starter Thread starter Newbie
  • Start date Start date
N

Newbie

I have a form with a datagrid and a few text boxes - these are populated by
a recordsource

When the form opens it does not display correctly - if I minimize and then
restore the form it does display correctly.

I have tried me.refresh/repaint and writing in the code minimize and restore
but they don't appear to work

what do I need to do to get the form to display correctly

Thanks for any help
 
Have you also tried

Me.Requery

in the OnCurrent event?

Just a thought...

Jeff Boyce
<Access MVP>
 
Heya,

What exactly do you mean when you say that the form does
not display correctly?

Gurtz
[email = no $]
 
The datagrid which sits in the middle of the form seems to come out of the
title bar which in turn hides all the other text boxes on the form. If a
minimize and then restore it appears as it should

A
Gurtz said:
Heya,

What exactly do you mean when you say that the form does
not display correctly?

Gurtz
[email = no $]
-----Original Message-----
Thanks for that but that doesn't work either :-(

any other ideas?




.
 
Back
Top