I've got a text box and have it set it so that it shows the record number the form is currently on. This is the code:
=[Form].[CurrentRecord]
in the ControlSource.
I was wondering if it would be possible to allow the user to type in the record number they want in this text box? I dont mind if it gets rid of the first bit ^ !
Thanks,
Jim
=[Form].[CurrentRecord]
in the ControlSource.
I was wondering if it would be possible to allow the user to type in the record number they want in this text box? I dont mind if it gets rid of the first bit ^ !
Thanks,
Jim