LISTFUC2.MDA is a library database that provides a way to add a null entry
to listboxes and combos that are filled from a table or query.

The Problem:  Often it's desirable to allow the user to enter a null value
into a listbox or combo whose Row Source is a table or query, but it's not
always possible.  For example, if a combo has Limit To List set, or its Bound 
Column is different from the column shown in the text portion, then the user 
won't be able to enter a null (unless there's a null entry in the Row Source 
table, which there usually isn't).

The Solution:  A listbox or combo can be filled by an Access Basic function
that uses the table or query Row Source, but adds a null row at the top of
the list.  LISTFUNC.MDA provides such a wrapper function, which can handle
several listboxes and combos at once.

Installation:  To install LISTFUC2.MDA, add the following line to the
[Libraries] section of the msaccess.ini file:
    <Path to Listfuc2.mda>\listfuc2.mda=ro
Then restart Access.

Use:  First, create a listbox or combo that's filled from a table or query.
Then change the Row Source Type property to "NullListFunc".  Do not change the
Row Source.  The listbox will now have a blank row at the top of the list,
followed by the entries from the Row Source.

Thanks to Len Popp who wrote the original for Version 1.1.
It was a great invention

Holger Luebsen, 74362,262

-----------------------------------------------------------------------------------

ListFuc2.MDA ist eine Bibliotheksdatenbank die es ermglicht in die oberste Zeile 
eines Kombinationsfeldes eine NULL-Zeile einzufgen.

Das Problem: Oft kommt es vor, da nach der Auswahl eines Wertes in einem Kombinations-
feld dieser Wert wieder auf Null gesetzt werden mu. Dies ist in der Regel nur mglich,
wenn der komplette Datensatz gelscht und anschlieend neu ausgefllt wird, wobei
das Kombinationsfeld ausgelassen wird.

Diese Funktion nun bernimmt die Kontrolle ber dieses Kombinationfeld und fgt zu 
Beginn eine Null-Zeile ein.
Bis zu 10 Kombinations- und Listenfelder knnen benutzt werden.

Installation:
Im Ini-File dere Anwendung in der Rubrik [Libraries] den Eintrag fr ListFuc2.MDA hinzufgen.
<Pfad zu Listfuc2.mda>\ListFuc2.MDA=ro
Dann Access erneut starten

Anwendung: Im Listen- oder Kombinationsfeld unter dem Punkt Herkunftstyp "NullListFunc" eingeben

Dank an Len Popp, der die original-Version fr Version 1.1 geschrieben hat.
Es war eine groartige Idee

Holger Luebsen, 74362,262