L
Lele
I have a form "OrderEntry" with 2 subforms: "OrderLineItems" and "Yardage
Recalc"
I use the after update event to recalculate the "Yardage Recalc" subform
when certain values change on the "OrderLineItems" subform. It works ok,
except the set focus always returns the cursor to the first line of the
OrderLineItems sub, and not the line (record) where I changed the value, (the
OrderLineItems subform is in continuous record view.)
Here are the two lines I am using.
Forms![OrderEntry].Requery
Forms![OrderEntry]![OrderLineItems].SetFocus
Any help is appreciated.
Recalc"
I use the after update event to recalculate the "Yardage Recalc" subform
when certain values change on the "OrderLineItems" subform. It works ok,
except the set focus always returns the cursor to the first line of the
OrderLineItems sub, and not the line (record) where I changed the value, (the
OrderLineItems subform is in continuous record view.)
Here are the two lines I am using.
Forms![OrderEntry].Requery
Forms![OrderEntry]![OrderLineItems].SetFocus
Any help is appreciated.