I
Ian
I have a form in DS view that I need to requery when focus shifts to it.
Useres pop between this form and another with data constantly changing as
they update dates. I need the form to refresh when focus shifs back to it.
In the OnGotFocus event box I've put the code:
Private Sub Form_GotFocus()
Me.Frm_ICCallBack.Requery
End Sub
Ken helped me before with a similiar combobox problem but I can't do the
same to a form. Any help appreciated. thx. Ian.
Useres pop between this form and another with data constantly changing as
they update dates. I need the form to refresh when focus shifs back to it.
In the OnGotFocus event box I've put the code:
Private Sub Form_GotFocus()
Me.Frm_ICCallBack.Requery
End Sub
Ken helped me before with a similiar combobox problem but I can't do the
same to a form. Any help appreciated. thx. Ian.