"CYCLE" means "what do you want the form to do when you tab out of the last text control on the form?
1) CURRENT RECORD means go back to the first control on the form, staying positioned at the current record. (RECOMMENDED - bouncing off the record on screen suddenly can be very confusing to the user).
2) ALL RECORDS means position to the next record in the source, and place the cursor on the first text control of the form.
I've never used "Current Page" so I can't tell you anything about that. I ALWAYS set CYCLE to "Current Record", no matter what. When my users want to position to a different record from what is on screen, I let them initiate that action, not the computer.
--------------------------------------
"For a successful technology, reality must take precedence over public relations, for Nature cannot be fooled." - Richard P. Feynman
"I've never used "Current Page" so I can't tell you anything about that. I ALWAYS set CYCLE to "Current Record", no matter what. When my users want to position to a different record from what is on screen, I let them initiate that action, not the computer.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.