In news:eumoi4$cef$(E-Mail Removed),
Bob <(E-Mail Removed)> wrote:
> Thanks Dirk that it is working when I distribute my Invoices from
> button the same form [frmMainMenu] but when I go to another from to
> Create new invoices they do not show on [frmMainMenu] still I close
> my db and re open it. My List Box is [lstModify]. This list box is on
> my MainMenu Open form page or I think is called a
> switchboard........Thanks for any help....Bob
If the list box isn't on the form where the code is running, you have to
get at it via a reference to the form containing it. I'm not sure from
your message what the name of that form is, but you might try
Forms!frmMainMenu!lstModify.Requery
or maybe
Forms!Switchboard!lstModify.Requery
--
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)