$not = " \& EMail\<\>!_";
$_get_sort="Name";
$select="Name==*";
if($cb1 eq "true"){$select=$select.' & rEinsteller==1';}
if($cb2 eq "true"){$select=$select.' & rSchule==1';}
if($cb3 eq "true"){$select=$select.' & rPrivat==1';}
$select=$select.$not;
get $select, "eineDB";
$not = " \& EMail\<\>!_";
$_get_sort="Name";
$select="Name==*";
if($cb1 eq "true"){$select=$select.' & rEinsteller==1';}
if($cb2 eq "true"){$select=$select.' & rSchule==1';}
if($cb3 eq "true"){$select=$select.' & rPrivat==1';}
$select=$select.$not;
get "$select", "../eineDB";