Update List Box with Form Data

  • Thread starter Thread starter magmike
  • Start date Start date
M

magmike

I have a list box on a form that shows all the letters that have been
sent to a certainly company that the form is currently displaying.
When a new letter is created on the form, i'd like the list box to
automatically update with the fields as they are entered.

I have set each field to run the Macro "Refresh" OnExit, but oddly
enough, that only seems to work after the fifth field.

What is the best way to get the List box to update as each field is
updated?

Thanks in advance!
magmike
 
Set each field to run the Macro "Refresh" AfterUpdate.
--
KARL DEWEY
Build a little - Test a little








- Show quoted text -

That doesn't seem to be working either, until the fifth field is
passed through. I just don't get it.
 
Back
Top