VB question to read next record on the subform

S

submarine2000

I have a main form, and a subform.
I created a VB to read a table using ADO, and it only writes on the first
row of the subform. How can I specify the row that I selected on the
subform, and writes to to the row that I selected, or updates every row of
the subform?

Me.Test.Index ?
Me.Test.Current ?

Thansk.
Jay Lee
 
Top