Hi All,
I've gone through the post and saw many posts similar to what I am looking to solve but haven't been able to get results still.
Here is the setup:
I have a form named WorkOrderF
On this form there is an Unbound combo box called [GototenantCombo]. This combo box lookup a query[WOSourceQ] (my active work orders) and returns the record that I want to work on.
I use a pop up form [NewWorkOrder] to add other customers to [WOSourceQ]
Once I've added a new customer to new customer shows up into the combo box [GoToTenantCombo], everything good so far.
The problem that I have is with the subform WODDescriptionS F inside WorkOrderF form. It is (master and child linked with the ID of the work orders.
The subform WODDescriptionS F get values from [WODSourceQ] and this is the form that needs to be requery.
HOw I have been managing so far is by clicking RefreshAll command on the ribbon but would love to be able to forgo that step.
Can Anyone help?
PS: Does Access 2010 comes with (refresh all) command? I could use that darn command in about 10 modules. why is something so useful still being ignored by MS?
I've gone through the post and saw many posts similar to what I am looking to solve but haven't been able to get results still.
Here is the setup:
I have a form named WorkOrderF
On this form there is an Unbound combo box called [GototenantCombo]. This combo box lookup a query[WOSourceQ] (my active work orders) and returns the record that I want to work on.
I use a pop up form [NewWorkOrder] to add other customers to [WOSourceQ]
Once I've added a new customer to new customer shows up into the combo box [GoToTenantCombo], everything good so far.
The problem that I have is with the subform WODDescriptionS F inside WorkOrderF form. It is (master and child linked with the ID of the work orders.
The subform WODDescriptionS F get values from [WODSourceQ] and this is the form that needs to be requery.
HOw I have been managing so far is by clicking RefreshAll command on the ribbon but would love to be able to forgo that step.
Can Anyone help?
PS: Does Access 2010 comes with (refresh all) command? I could use that darn command in about 10 modules. why is something so useful still being ignored by MS?
Comment