Hello.
I've got a form with buttons on it to go through records. When I click the button to go a previous record and it reached the first record I want it to disable the button when it has reached the first record in the form/table.
This is what I tried.
I have coded it correctly to go to previous records but when it reached the first record I get a vba message sayig that I can't go to the selected record. I don't want to see that message and I want to disable the button when on the first record. The codes I tried just didn't work.
Can someone please help?
Ryno
I've got a form with buttons on it to go through records. When I click the button to go a previous record and it reached the first record I want it to disable the button when it has reached the first record in the form/table.
This is what I tried.
I have coded it correctly to go to previous records but when it reached the first record I get a vba message sayig that I can't go to the selected record. I don't want to see that message and I want to disable the button when on the first record. The codes I tried just didn't work.
Can someone please help?
Ryno
Comment