Access group/ungroup similar to excel?

Lou333

New Member
Joined
Feb 19, 2015
Messages
35
Hello, I 'm very new to access 2010 ,but i've been using excel 2010 for a long time.
In excel there is GROUP/UNGROUP feature which enables me to temporarily hide/unhide a section of a sheet ,rows or columns.
Example: hide /unhide rows 5-10 , 15-20, is very easily done with just couple of clicks.


Is is possible to do that in access table?


I have 200 employees database. ID 1-200.
Can i hide/unhide ID 20-30........40-50.... without creating queries or other tables?


Thank you.
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Access does not work like a spreadsheet. The simple answer is no. You could, however filter your table similar to filtering in Excel. The bigger question is why would you want to. Tables are not usually viewed by users. The means to look at data should be through forms, queries and reports. Tables are used in RDBMS to store data only. This is considered good db management.
 
Upvote 0
I agree that in general filtering is the way to go. Just filter on greater than 20 and less than 30, etc.
 
Upvote 0
Can i hide/unhide ID 20-30........40-50.... without creating queries or other tables?

In Access queries are what you should use for any data retrieval from tables.

Learning how to use criteria in a query (SQL) to select records is one of the most important/critical skills you will need to learn when working with any relational database, including Access.
 
Upvote 0

Forum statistics

Threads
1,214,611
Messages
6,120,509
Members
448,967
Latest member
screechyboy79

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top