Tabindex problem on data access page - URGENT

G

ghostmachine

I have a problem with the tabindexes on my data access page. Everything was
working fine until I added a couple of additional fields to it. Now
regardless of how I set the tabindexes they always go to the new fields when
I preview them. I am losing my mind. Please Help

Thank you in advance for your time and efforts
 
S

Sylvain Lafontaine

DAP are HTML files and as such, will suffers the limitations of HTML.

Usually but not always, you shouldn't have any problem with setting the
tabindex property of your HTML controls. However, without seeing any of
your code, it's hard to tell you where you may have done some kind of error.
Make sure that you don't have any duplicate or multiple 0 values.

Also, make sure that you don't have a refresh or a caching problem: preview
the page in IE, not in Access and whenever possible, flush the IE cache.
Add a text number somewhere on your page to make sure that you are
previewing the new version of your file each time.
 
Top