Strange Subform behavior

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a subform that when I enter data and tab to the
next field the cursor immediately pops back into the
first field on the subform. Also if I try to add another
record by clicking in the first field of the next record
the cursor pops back into the first field of the first
record.

If I open this subform directly (ie not thru the parent
form) it behaves normally.

Any idea what could be causing this behavior?

Thanks
 
That was probably the last field you added to the form.
Make sure your tab indexes are in the order you want to
tab. It is also a good idea to set the form property
"Cycle" to "Current Record". Also you mith want to compact
your database.

Jim
 

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