M
Montana DOJ Help Desk
Word 2000
I have a user form that contains a number of command buttons and two text
boxes. One text box displays the records in a random access file. The
other text box is named tbGotoRecord, and it allows the user to input a
record number so that they can go directly to that record.
Everything on the form works perfectly, with one small annoyance. If the
user enters a number in the tbGotoRecord text box and then clicks the Go
button, the correct record will be pulled up, but the contents of the
tbGotoRecord text box will no longer be selected. To go to another record,
the user needs to click back into the text box. Not a big deal, but I'd
like to fix it if I can.
For tbGotoRecord the Tab Index = 0, and Tab Stop = True. How can I make the
code select the entire contents of tbGotoRecord after each time the user
clicks the Go button?
Thanks for any help that you can provide!
-- Tom
State of Montana
Department of Justice Help Desk
"Making the world a safer place."
I have a user form that contains a number of command buttons and two text
boxes. One text box displays the records in a random access file. The
other text box is named tbGotoRecord, and it allows the user to input a
record number so that they can go directly to that record.
Everything on the form works perfectly, with one small annoyance. If the
user enters a number in the tbGotoRecord text box and then clicks the Go
button, the correct record will be pulled up, but the contents of the
tbGotoRecord text box will no longer be selected. To go to another record,
the user needs to click back into the text box. Not a big deal, but I'd
like to fix it if I can.
For tbGotoRecord the Tab Index = 0, and Tab Stop = True. How can I make the
code select the entire contents of tbGotoRecord after each time the user
clicks the Go button?
Thanks for any help that you can provide!
-- Tom
State of Montana
Department of Justice Help Desk
"Making the world a safer place."