If a form has no record and no new record can be added, the Detail section
goes completely blank, but the controls in the Form Header and Form Footer
sections are still visible. When this happens, Access has a bug that causes
it to get throughly confused about how to display values and what has focus.
Is that the case you are seeing? More info in:
Incorrect display of data
at:
http://members.iinet.net.au/~allenbrowne/bug-06.html
If that's not the issue, is there any more info you can give?

Signature
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
>I have this code in the Change event of a combobox:
>
[quoted text clipped - 22 lines]
>
> Mark A. Sam
Mark A. Sam - 29 Jan 2005 11:53 GMT
Hello Allen,
The form has a recordset, I was running the AfterUpdate event from the
OnChange which ran an OnClick of a button. I moved the AfterUpdate code to
the OnChange which solved it.
Thanks for the feedback. I helped me figure out the problem even though it
wasn't the solution.
God Bless you brother.
Mark
> If a form has no record and no new record can be added, the Detail section
> goes completely blank, but the controls in the Form Header and Form Footer
[quoted text clipped - 7 lines]
>
> If that's not the issue, is there any more info you can give?