I
Irina
I got 2 questions
1) Tab order in a form
My form has 6 fields that user can either type in info or
select from the list.
The tab order I want is from field 1 go to 2, 3, etc
what it does now is when the fields are blank the tab order is fine, but
when I type in info, the tab order becomes weird: it jumps back to the first
field after every next one: like 1, then 2, then 1, then 2, 3, then 1, 2,3,4,
then 1,2,3,4,5 - is that clear what it does?
why is the form doing that????
2) I have a query that selects a last name
-like tbl.Individual &"*" per user input
what it does is finds all records for "Hu" but also for "Hugh" and "Hugher"
- I want to just select exact string match but the Individual field is
actually LastName, FirstName format. Is there a way to accomplish what I
want??
thanks for your help (anyone)
1) Tab order in a form
My form has 6 fields that user can either type in info or
select from the list.
The tab order I want is from field 1 go to 2, 3, etc
what it does now is when the fields are blank the tab order is fine, but
when I type in info, the tab order becomes weird: it jumps back to the first
field after every next one: like 1, then 2, then 1, then 2, 3, then 1, 2,3,4,
then 1,2,3,4,5 - is that clear what it does?
why is the form doing that????
2) I have a query that selects a last name
-like tbl.Individual &"*" per user input
what it does is finds all records for "Hu" but also for "Hugh" and "Hugher"
- I want to just select exact string match but the Individual field is
actually LastName, FirstName format. Is there a way to accomplish what I
want??
thanks for your help (anyone)