Move to next subform entry using VB

  • Thread starter Thread starter Brant
  • Start date Start date
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
 
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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top