I want to be able to return 5 menuitem per menu. I\'ve tried this several script but had no luck. here are the tables
menus ------- menuid int() profileName
SELECT TOP 5 m.profilename, s.name FROM menus m INNER JOIN menuitems s ON m.menuID = s.menuid