1. Having problems with NULL fields in SQL - VB.Net
2. Problem with string concatenation - NULL fields in one field cause all to not print
I have a problem with this string concatenation. It will only print on the
report of all the fields have a value. If any field is NULL then nothing at
all will print. If there is a NULL I would like just the non null fields to
print.
Here is my code in the Crystal Report.
whilereadingrecords;
Trim({tblDealer.address1} + space(1) + {tblDealer.address2}) + space(1) +
UCase({tblDealer.suburb})
Any help appreciated.
Rodney
3. Question on having a form field appear based on content of another field
4. Count a string withing a string - VBA
Which function will give me the easiest route to counting a string withing a string using MS Access VBA?
5. Count Instances Of String Within String - VB.Net
6. count occurrences of string within a string
7. How To List Perticular String Count Between Two String By Using Text File