From: iccsi on 19 May 2010 11:50 I use MyList.Requery to refresh my list box row source. It only refresh data first time. I have requery code on combo box AfterUpdate. It seems the list box only refresh first time. It does not requery my data after first time change data. It seems the code working, but for some reason, maybe the property set, it only does first time. Your information is great appreciated,
From: Jeanette Cunningham on 19 May 2010 17:33 If MyList is the name of the list box, try Me.MyList.Requery on the after update of the combo box. Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia "iccsi" <inungh(a)gmail.com> wrote in message news:45cd527b-4a8e-4a0e-8e68-f57bba760266(a)q33g2000vbt.googlegroups.com... >I use MyList.Requery to refresh my list box row source. > It only refresh data first time. > I have requery code on combo box AfterUpdate. It seems the list box > only refresh first time. > It does not requery my data after first time change data. > It seems the code working, but for some reason, maybe the property > set, it only does first time. > > > Your information is great appreciated, > >
|
Pages: 1 Prev: synchronizing Combo boxes Next: How prevent input mask appearing in locked date field? |