S
SrA Michael Roszkowski USAF
I have a simple form that displays the data of a simple
table one record at a time.
I want to keep the form as simple as possible so I've
disabled all the "extras" that surround the normal Access
form such as the scroll bars and the record navigation
buttons.
To advance from one record to the other and from the first
record to the last I've used the command buttons.
What I want to do is have the "next" and "last"
buttons "greyed out" when you're at the first or last
record returned by the query running the form.
How the heck do you find out which record you're on? How
do you figure out what the last record is?
I figure the code would be in the "Current" event.
I've spent all day on this and any help would be greatly
appreciated.
table one record at a time.
I want to keep the form as simple as possible so I've
disabled all the "extras" that surround the normal Access
form such as the scroll bars and the record navigation
buttons.
To advance from one record to the other and from the first
record to the last I've used the command buttons.
What I want to do is have the "next" and "last"
buttons "greyed out" when you're at the first or last
record returned by the query running the form.
How the heck do you find out which record you're on? How
do you figure out what the last record is?
I figure the code would be in the "Current" event.
I've spent all day on this and any help would be greatly
appreciated.