Move to next subform entry using VB

B

Brant

How can I move to the next subform entry so i can automatically enter
more than onevalue into a subform using vb code.
Thanks
 
J

John Vinson

How can I move to the next subform entry so i can automatically enter
more than onevalue into a subform using vb code.
Thanks

umm... why use any vb code at all?

Set the Cycle property of the subform to "All Records". Type data into
the first field, press <Tab>, type data in the next field, press
<Tab>, up to the last field - press <Tab> and you're in the first
field on the new record. No code, no clicks, no hassle.

John W. Vinson[MVP]
 
Top