form display problem

J

Jaden

Hey all -

I have an Access 2K form with a couple of combo boxes.
Their values determine what data is displayed in the form
(detail). There is another form (totals) which can be
opened from the first (command button). All this is fine.

The problem is, on SOME computers (monitors), when I open
the second form, and then close it, my main form display
gets messed up. The combo boxes go blank, and some of the
text fields in the detail show #Error.

If I manually set the focus on the combo box and hit F9,
the boxes are refreshed and display properly, but when I
try to do this in code, it hangs up. I have not found a
way to fix the #Error problem, except to requery the form,
which also hangs up. Both processes work fine when I am
stepping thru the code, but not otherwise.

I assume this is a display issue depending on the
video/monitor capabilities since it does not occur on all
computers.

Any ideas?

Thanks!
 

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

Top