I have a database that has to many records. To make it easier on me i would
like to view every 40 record. What type of a formula can i use for it to be
devided in groups of 40
I'm not sure what you mean, Jessica. Do you want a Query that returns
every 40th record? or do you want to see records in blocks of 40?
I'm guessing the latter. If so, don't use table datasheets to look at
your data: tables are for data storage, not for editing or searching!
Instead, create a Form to view the data. You can set the Default View
of the form to "Continuous Forms" and set the size of the form to view
40 records at once (if they'll fit on your screen).
John W. Vinson[MVP]