D
Dan B Again
I asked this before a couple of months ago, but since
then I got a virus and actually had to reformat my hard
drive (OUCH)! Anyway, it's been a couple of months since
I've been able to get out here and check for an answer.
I have a "add" button on my form that will add another
record to a database. In the "click" event of that form
I check for a maximum number of records (three records).
The code works well and I can keep someone from adding
the fourth record until I want them to.
PROBLEM: There is a MS scroll bar at the bottom of the
form. My user could potentially use the scroll bar to go
to the fourth record (bypassing my code). Is there
an "event" procedure for the scroll bar's next record?
Is there another event I should look for?
Thanks,
Dan
then I got a virus and actually had to reformat my hard
drive (OUCH)! Anyway, it's been a couple of months since
I've been able to get out here and check for an answer.
I have a "add" button on my form that will add another
record to a database. In the "click" event of that form
I check for a maximum number of records (three records).
The code works well and I can keep someone from adding
the fourth record until I want them to.
PROBLEM: There is a MS scroll bar at the bottom of the
form. My user could potentially use the scroll bar to go
to the fourth record (bypassing my code). Is there
an "event" procedure for the scroll bar's next record?
Is there another event I should look for?
Thanks,
Dan