
Question on dBASE III and indexes
set the textbox.text = recordset!field & ""
That will appenbd an empty string and rid you of the null values
--
_____________________________________________________________________
Endless Knot Enterprises
Custom Computer Solution Developers
http://www.xtalwind.net/~endlessknot
_____________________________________________________________________
Quote:
> I am creating a simple form with bound controls and unbound controls.
When
> using the unbound controls with an index open I get the word "NULL"
printing
> on my report for all blank fields. Also when doing a search with the
index
> and try to put the results into the appropriate text boxes I get an error
when
> it hits a field that is null. The error is something about the object
not
> being set.
> How can I get rid of this "NULL" problem?
> Any help would be great.
> Dan