Groundrush
Registered User.
- Local time
- Today, 21:04
- Joined
- Apr 14, 2002
- Messages
- 1,376
I have a form that can be opened via two other forms & one one of them has a lst box that needs requering when the form is closed.
The problem I have is that if I'm using the other form the above code brings up an error because the frmSubConControl is not active when using that particular form.
Is there a way to code it so it only requeries my list box when the form in question is active?
Thanks
Code:
Forms!frmSubConControl!lstSubConOrders.Requery
The problem I have is that if I'm using the other form the above code brings up an error because the frmSubConControl is not active when using that particular form.
Is there a way to code it so it only requeries my list box when the form in question is active?
Thanks