danikuper
Registered User.
- Local time
- Today, 04:10
- Joined
- Feb 6, 2003
- Messages
- 147
Hi,
I have a main form which contain two tabs. One is "open orders" and another one is "closed orders".
Each tab has a subform (frmOpenOrders and frmClosedOrders) and each subform is based on different queries:
qryOpenOrders: queries the database for open orders only
qryClosedOrders: queries the database for closed orders only
The idea is that the user sees only open orders in one tab and sees only closed orders in another tab. If the user changes the status of an order from "open" to "closed", he will only see this reflected in the "closed orders" tab when he closes and re-opens the main form. Is there a way to "refresh" the form when the user, after changing the status of an order clicks on the "closed orders" tab?
thanks!!!
I have a main form which contain two tabs. One is "open orders" and another one is "closed orders".
Each tab has a subform (frmOpenOrders and frmClosedOrders) and each subform is based on different queries:
qryOpenOrders: queries the database for open orders only
qryClosedOrders: queries the database for closed orders only
The idea is that the user sees only open orders in one tab and sees only closed orders in another tab. If the user changes the status of an order from "open" to "closed", he will only see this reflected in the "closed orders" tab when he closes and re-opens the main form. Is there a way to "refresh" the form when the user, after changing the status of an order clicks on the "closed orders" tab?
thanks!!!