Andy
If you open the report or batch update files in notepad (use notepad not anything else) you will see the lines of code listed below. You can remove any of the lines for for the various options (eg. remove <Option name="Birds" value = "'EBI'" /> if you don't ever record birds. ). However, if you do this remember that the changes will be lost if I update the Batch Update at some time in the future. You could also add new apps. by copying and pasting in the lines.
If the data is accepted then using the wrong one may stop data from another app. going in at a later stage. What will be wrong is the sample reference which can be updated manually through Recorder (or with a batch update). It will probably be a good idea to be careful when making the selection.
Mike Weideli
Recorder 6 JNCC Approved Expert
Set @ERApp <Condition field= "" operator="equal" type="OptionSet" name="Easy Recorderer App" >
<Option name="Generic" value = "'EGE'" />
<Option name="Birds" value = "'EBI'" />
<Option name="Butterflies" value = "'EBU'" />
<Option name="Mammals" value = "'EMA'" />
<Option name="Molluscs" value = "'EMU'" />
<Option name="Moths" value = "'EMO'" />
<Option name="Spiders" value = "'ESP'" />
<Option name="Other" value = "'ER0'" />
</Condition>
Mike Weideli