D
Dan B
Hi Again,
There is a scroll bar at the bottom of my MS Access
form. It allows me to scroll forward and backward
through the records (rows) attached to the form. I DON'T
care what it's called, I DON'T want to remove it and I
DON'T want to go out someplace and try to find a question
I asked two months ago.
The scroll bar allows the user to add a record. I want
to keep the user from using that scroll bar to add a new
record if the record maximum has been exceeded. I
determine the current number of records by using DCOUNT
on the table. What event controls the add record from
the scroll bar? All I want to do is get in there, count
the records and if the maximum has been exceeded, don't
add the new record.
Thanks Again,
Dan
There is a scroll bar at the bottom of my MS Access
form. It allows me to scroll forward and backward
through the records (rows) attached to the form. I DON'T
care what it's called, I DON'T want to remove it and I
DON'T want to go out someplace and try to find a question
I asked two months ago.
The scroll bar allows the user to add a record. I want
to keep the user from using that scroll bar to add a new
record if the record maximum has been exceeded. I
determine the current number of records by using DCOUNT
on the table. What event controls the add record from
the scroll bar? All I want to do is get in there, count
the records and if the maximum has been exceeded, don't
add the new record.
Thanks Again,
Dan