Is it possible to create a field on a Form to scroll through to a specific record number, e.g 50 of 400 records
Have googled this without success
Is it possible to create a field on a Form to scroll through to a specific record number, e.g 50 of 400 records
Have googled this without success
Does the record selector on the bottom left corner of the form not work for you?
Btw I can't imagine scrolling to a specific record number being terribly useful. Most people would like to scroll to a specific identifier, a simple record number is just the number in that list at that time and may not be consistent.
Thanks for the reply
I didnt know you could do that, have used access for a number of years and never done
Yes scrolling is required as reviewing records based on a certain critieria to do updates to many fields, and if I haventt finished when I look again want to start where I left off
Cheers
Does the record selector on the bottom left suffice? Otherwise I might suggest a feild on the records to indicate is they've been reviewed or not.
When you want to scroll through some lot of records filtered by some criteria, and edit those records, I'd go for continuous form with this table as source. In form header, I'd some control(s) where filter condition(s) can be set. Filter control(s) AfterUpdate event(s) are resetting Filter property of form.