R
Raul Sousa
Hello all,
I have a command bottom which takes the user to the record the user want to
go to.
I try to avoid filtering the records.
So, i think to use the GoToRecord Method.
I am not familiar with this method so I am requesting for help.
I though of the fowling code:
CDArt = InputBox(Message, Title)
DoCmd.GoToRecord , , acgoto, ArtCode = CDArt
But it is not working. I think it is because of the â€ArtCode = CDArt†part.
I have a command bottom which takes the user to the record the user want to
go to.
I try to avoid filtering the records.
So, i think to use the GoToRecord Method.
I am not familiar with this method so I am requesting for help.
I though of the fowling code:
CDArt = InputBox(Message, Title)
DoCmd.GoToRecord , , acgoto, ArtCode = CDArt
But it is not working. I think it is because of the â€ArtCode = CDArt†part.