C
Chrisso
Hi All
I have a form that tells the user that the DB is updating. When I view
it in form mode from the database window it displays perfect.
However - when I open it from a sub in a module it displays the forms
border but that is all - the frame appears but the entire form is
missing and you can the see the background form inside the border!
I can only make it display properly with this code using a repaint:
' tell the user what is happening:
DoCmd.OpenForm "frmTADUpdating"
DoCmd.RepaintObject acForm, "frmTADUpdating"
What the £%^& is going on? This seems perverse to me!
Thanks in advance for any ideas,
Chrisso
I have a form that tells the user that the DB is updating. When I view
it in form mode from the database window it displays perfect.
However - when I open it from a sub in a module it displays the forms
border but that is all - the frame appears but the entire form is
missing and you can the see the background form inside the border!
I can only make it display properly with this code using a repaint:
' tell the user what is happening:
DoCmd.OpenForm "frmTADUpdating"
DoCmd.RepaintObject acForm, "frmTADUpdating"
What the £%^& is going on? This seems perverse to me!
Thanks in advance for any ideas,
Chrisso