Tab order issue

Skip Bisconer

Who Me?
Local time
Today, 14:24
Joined
Jan 22, 2008
Messages
285
I have a form that only three of the 10 fields are used the rest are table values for information only. I would like to eliminate the information fields from tab order and just beable to tab to the three input fields. Is that possible and if so how do I do it?
 
Right click the form
Find the taborder
Change your order

Done
 
I understand that. I want the user to just use the tab or enter key and move through the pertinent fields and return back to the first of the three fields to start again. Is that possible?
 
in properties for each control set the ones you dont want to tabstop = no

then in form properties set cycle property to "current record"
 

Users who are viewing this thread

Back
Top Bottom