D
doodle
Greeting again.
windows cp, access 97 (i know, i know...)
I have a form with a tab control.
- 4 pages on tab control
-problem field is on page one which contains problem field and a
subform
-field name is cmbCustNum (unbound combo box)
-row source is a query (qryCustomer)(Limit to List)
-enabled yes, locked no
Events
-none on individual pages
-before update event of problem field: Me.ContactName.Value = " "
-after update event of problem field: Me.ContactName.Requery
-form load: Me.CustNum.SetFocus
-form timer: Me.sfrmCustContacts.Requery
page one name = Customer Address
page two name = Order Detail
Behavior:
-Enter customer number that is in list (1234567) - though behavior is
the same for all #'s
-Hit tab, enter or select value from combo box
Instead of moving to the subform on the same page, which is what the
tab order is set to do, it jumps to the 3rd page in the tab control, to
a field in the middle of the form called txtOurRef
What I tried:
1. Commented out Before and After Update events of probelms field, same
issue.
2. Repaired and Compacted database, same issue.
Any ideas?
-doodle
windows cp, access 97 (i know, i know...)
I have a form with a tab control.
- 4 pages on tab control
-problem field is on page one which contains problem field and a
subform
-field name is cmbCustNum (unbound combo box)
-row source is a query (qryCustomer)(Limit to List)
-enabled yes, locked no
Events
-none on individual pages
-before update event of problem field: Me.ContactName.Value = " "
-after update event of problem field: Me.ContactName.Requery
-form load: Me.CustNum.SetFocus
-form timer: Me.sfrmCustContacts.Requery
page one name = Customer Address
page two name = Order Detail
Behavior:
-Enter customer number that is in list (1234567) - though behavior is
the same for all #'s
-Hit tab, enter or select value from combo box
Instead of moving to the subform on the same page, which is what the
tab order is set to do, it jumps to the 3rd page in the tab control, to
a field in the middle of the form called txtOurRef
What I tried:
1. Commented out Before and After Update events of probelms field, same
issue.
2. Repaired and Compacted database, same issue.
Any ideas?
-doodle