BabyPowder2u
Programmer
Is there a command that will tell me the name of the field that currently has the focus? Reason, I perform the same verification loop on 10 datefields named StartDate1...StartDate10.
I want to know which field has the focus, then I want to do a Right string command to get the # of that datefield. (just 1 digit is fine, I will know if a zero is returned it is the 10th datefield) Then I want to use it by:
for Y from 1 to (#-1)
' to verify things.
next Y
Any guidance is appreciated.
Thanks,
T
I want to know which field has the focus, then I want to do a Right string command to get the # of that datefield. (just 1 digit is fine, I will know if a zero is returned it is the 10th datefield) Then I want to use it by:
for Y from 1 to (#-1)
' to verify things.
next Y
Any guidance is appreciated.
Thanks,
T