Hello,
I have a form frm1 with several option buttons and databound listbox. Everytime I chose an option the listbox is requeried and works just fine.
However, when I try to do this from another form frm2 frm1.lisbox does not appear to to requered.
here is my code from frm2 :
Forms!frm1.setfocus
Forms!frm1.listbox.RowSource=sSQL_string
Forms!frm1.listbox.Requery
Any idea what am I missing?
thanks