Hi
I have a main form and two subforms (tabular) and I have a combo box on the main form and would like to update the data in two subforms based on selection on combo. I tried requery on main form for example
Me.[subform name].requery
this won't update anything on my subform. I tried this on "onactivate" event.
tables are customer info (main form), jobinfo (subform), statusinfo (subform).
Thanks in Advance
I have a main form and two subforms (tabular) and I have a combo box on the main form and would like to update the data in two subforms based on selection on combo. I tried requery on main form for example
Me.[subform name].requery
this won't update anything on my subform. I tried this on "onactivate" event.
tables are customer info (main form), jobinfo (subform), statusinfo (subform).
Thanks in Advance