C
CDM
I'm having problems refreshing a local table in a subform. After selecting a
new customer on the main form, my code is supposed to delete the records in
the subform and inserts the current customer's records for display . The odd
thing is that when I insert a breakpoint and step through the code
line-by-line, the subform displays the new records just as I intended. But
when I remove the break point, the subform remains on the previous customer.
What is it about executing the code line-by-line that causes the subform to
behave differently?
new customer on the main form, my code is supposed to delete the records in
the subform and inserts the current customer's records for display . The odd
thing is that when I insert a breakpoint and step through the code
line-by-line, the subform displays the new records just as I intended. But
when I remove the break point, the subform remains on the previous customer.
What is it about executing the code line-by-line that causes the subform to
behave differently?