Thank you so much to Fred, Frederic and others - I think I&#39;m getting there with this now thanks to you all -&nbsp; though further questions are coming up.&nbsp; Sorry!<br><br><div class="gmail_quote">On Fri, Nov 21, 2008 at 1:19 PM, Frederic Demians <span dir="ltr">&lt;<a href="mailto:frederic@tamil.fr">frederic@tamil.fr</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
These solutions would be a great help I&#39;m sure. &nbsp;However, having spent most of yesterday poring over the manual and my preferences, I still can&#39;t see how to either move fields onto the first tab or alternatively how to set some (the majority) to be hidden. &nbsp;I&#39;ve obviously missed something and would be grateful for help in finding whatever switches I need.<br>

</blockquote>
<br></div>
You can create a new Framework from an existing one, hide all its subfields, and then select one by one subfields you want to see in Data Entry form.<br>
<br>
In Koha PRO interface, create a new Framework:<br>
<br>
 &nbsp;1. Admin &gt; MARC Frameworks.<br>
 &nbsp;2. Button New Framework. Name it FOO (for example).<br>
 &nbsp;3. Click on &#39;MARC Structure&#39;. Then Choose to create framework for FOO<br>
 &nbsp; &nbsp; using Default framework.<br>
<br>
At this stage, you have a new Framework, which is Default framework duplicate.<br>
<br>
In MySql command line interface, or phpMyAdmin, or whatever, enter this SQL statement against your Koha DB :<br>
<br>
 &nbsp; UPDATE marc_subfield_structure<br>
 &nbsp; SET tab=&#39;-1&#39;<br>
 &nbsp; WHERE frameworkcode=&#39;FOO&#39;;<br>
<br>
At this stage, you FOO framework has all its fields hidden.<br>
<br>
You have to go in FOO Framework definition, and for each subfields you want to see in Data Entry, modify Managed in tab attribute.<br><font color="#888888">
<br>
<br>
-- <br>
Frédéric DEMIANS<br>
<a href="http://www.tamil.fr/u/fdemians.html" target="_blank">http://www.tamil.fr/u/fdemians.html</a><br>
<br>
</font></blockquote></div><br>