I've disabled the built-in Nav buttons, and created my own. They work and look great, but I'm having problems disabling the next/prev buttons on the first and last records. The underlying recordset is a table, and nothing too complex.
I tried adding some VBA to the OnCurrent event of the form, and was attempting to have .BOF / .EOF = True do the trick, but they dont. I can post my defunct code if needed, but I think someone else has already got this licked.
Recap: on the 1st record, I want btnPrev.Enabled = False and on last record, I want btnNext.Enabled = False.
TIA!
I tried adding some VBA to the OnCurrent event of the form, and was attempting to have .BOF / .EOF = True do the trick, but they dont. I can post my defunct code if needed, but I think someone else has already got this licked.
Recap: on the 1st record, I want btnPrev.Enabled = False and on last record, I want btnNext.Enabled = False.
TIA!