C
cricket7
I have a form that I can't seem to figure out how to make the tab be
dependant on the choice that is made from a drop down list. I was
thinking
it might have to do with OnExit. But I don't know. I don't know
code.
When I am in the form and I answer one of the drop down lists, (for
ex. "Reason For Stop" - answer being the list of violations "Moving,
Equipment,
License/Registration") when I tab the curser automatically goes to the
wrong
place to enter the next data. Changing the tab order doesn't work
because
depending on the answer picked the curser has to go to different
places. If
"Moving Violation" is picked then it needs to tab to "Type of Moving
Violation" which is another list box. If "Equipment Violation or
License/Registration Violation" it needs to skip "Type of Moving
Violation"
and move directly to "Result of Stop". It is also weird that
sometimes it
does go to the right place but not consistantly. If I keep entering
Moving
Violation tickets it will go to the right place. But as soon as I
enter
"Equipment or License/Registration" it goes to a different place and
sometimes back to the beginning of entry at the top of the page. If I
have just entered several Moving Violations and then enter an
Equipment Violation it jumps to the beginning of the page. It seems
that as long as I enter the same type of violation it will move to the
right place but once I change to another violation it jumps to the
beginning of the page.
Also, this database I am working in has the time in 2 different data
boxes.
So to enter 8:35 AM you have to put in the first box 08 then tab to
the 2nd
box and enter 35. Is there a way for this to automatically go to the
2nd box
without tabbing so that it is just regular data entry of 0835? I am
wondering also if OnExit is where I need to put something so I can
enter the
time without using the tab.
Thanks,
Pat
dependant on the choice that is made from a drop down list. I was
thinking
it might have to do with OnExit. But I don't know. I don't know
code.
When I am in the form and I answer one of the drop down lists, (for
ex. "Reason For Stop" - answer being the list of violations "Moving,
Equipment,
License/Registration") when I tab the curser automatically goes to the
wrong
place to enter the next data. Changing the tab order doesn't work
because
depending on the answer picked the curser has to go to different
places. If
"Moving Violation" is picked then it needs to tab to "Type of Moving
Violation" which is another list box. If "Equipment Violation or
License/Registration Violation" it needs to skip "Type of Moving
Violation"
and move directly to "Result of Stop". It is also weird that
sometimes it
does go to the right place but not consistantly. If I keep entering
Moving
Violation tickets it will go to the right place. But as soon as I
enter
"Equipment or License/Registration" it goes to a different place and
sometimes back to the beginning of entry at the top of the page. If I
have just entered several Moving Violations and then enter an
Equipment Violation it jumps to the beginning of the page. It seems
that as long as I enter the same type of violation it will move to the
right place but once I change to another violation it jumps to the
beginning of the page.
Also, this database I am working in has the time in 2 different data
boxes.
So to enter 8:35 AM you have to put in the first box 08 then tab to
the 2nd
box and enter 35. Is there a way for this to automatically go to the
2nd box
without tabbing so that it is just regular data entry of 0835? I am
wondering also if OnExit is where I need to put something so I can
enter the
time without using the tab.
Thanks,
Pat