J
Joe Holzhauer
Is there a way to jump ahead in the tab order?
I have a form where the user enters an ID number. If the ID already exists,
the customer information is populated, and I'd like to skip to the shipping
address. I can't use SetFocus because I'm checking for the ID in the
CustomerID.BeforeUpdate event handler.
I tried setting ShippingAddress.TabIndex = CustomerID.TabIndex + 1, which
works, but the next tab tabs back to the customer fields.
Any ideas?
Thanks!
Joe
I have a form where the user enters an ID number. If the ID already exists,
the customer information is populated, and I'd like to skip to the shipping
address. I can't use SetFocus because I'm checking for the ID in the
CustomerID.BeforeUpdate event handler.
I tried setting ShippingAddress.TabIndex = CustomerID.TabIndex + 1, which
works, but the next tab tabs back to the customer fields.
Any ideas?
Thanks!
Joe