I have a field on a form that requires exactly 8 chars- when the user has entered all 8 i want to auto tab to the next field... haven't used this for several years and can't even find a reference to it 
TIA
Dave

TIA
Dave
Ok
There is a built in function you can use:
Go to the properties of the said textbox and enter an imput mask to match the 8 characters.
Next scroll down set the AutoTab property to True.
As soon as you complete the last character in the string it automatically progresses to the next control in the tab index.
CodeMaster:![]()
And, sometimes you just don't find out about some things until way laterYou surprise me Bob, a man of your considerable knowledge not knowing about the autotab property. This has been around since A97.
Actually, SP1 is out and highly suggested to install.But I expect a SP will be released soon.