<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title></title>
        <link>https://interactivetools.com/forum/forum-search.php?k=user%3Abkerns</link>
        <description></description>
        <pubDate>Sun, 17 May 2026 09:46:48 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Abkerns&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Admin viewer to access all users</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243113#post2243113</link>
          <description><![CDATA[<p>How do I get at all records from accounts for admin only reporting reporting? Does the Website Membership limit to only the owner's records?</p>
<p>Id like to Left Join two tables and do something like this on a webpage that loops through and formats the results if user is admin:</p>
<p>SELECT <br />cmsb_accounts.DistrictName,<br />cmsb_accounts.email,<br />cmsb_accounts.Address, <br />cmsb_accounts.City,<br />cmsb_accounts.State,<br />cmsb_accounts.Zip,<br />cmsb_accounts.County,<br />cmsb_accounts.Area,<br />cmsb_accounts.DistrictContact,<br />cmsb_accounts.Phone,<br />cmsb_accounts.Acres,<br />cmsb_accounts.Population,<br />cmsb_dataform.Biennium,<br />cmsb_dataform.RecordStatus,<br />cmsb_dataform.TotalFT,<br />cmsb_dataform.TotalPT,<br />cmsb_dataform.TotalTemp,<br />cmsb_dataform.OpCash,<br />cmsb_dataform.SpecUse,<br />cmsb_dataform.MillsRcv,<br />cmsb_dataform.MillsFullReq,<br />cmsb_dataform.MillsNum,<br />cmsb_dataform.AddlFunds,<br />cmsb_dataform.AddlFundsUse<br />FROM cmsb_accounts LEFT JOIN cmsb_dataform ON cmsb_accounts.createdByUserNum = cmsb_dataform.createdByUserNum<br />WHERE NOT cmsb_accounts.isAdmin OR cmsb_dataform.Biennium ="2019-2021"<br />ORDER BY cmsb_dataform.RecordStatus DESC,<br />cmsb_dataform.OpCash DESC,<br />cmsb_dataform.MillsRcv DESC,<br />cmsb_dataform.AddlFunds DESC,<br />cmsb_dataform.TotalFT ASC,<br />cmsb_dataform.TotalPT ASC,<br />cmsb_dataform.TotalTemp ASC;</p>

]]></description>
          <pubDate>Mon, 04 Mar 2019 07:35:04 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243113#post2243113</guid>
        </item>
              </channel>
    </rss>
  