I can't seem to get the following to work on a very simple
names and address database with
Name, Addr1, Addr2, Addr3, Town, County etc
What I want to do is select one single record and show only the fields that are not null and call the text labels 1,2,3,4 etc
Therefore:
Name Addr1 Addr2 Addr3 Town
--------------------------------------------
J Smith 12 Smith Drive Null Null Smithville
Would Read:
1 2 3
----------------------------------------------
J Smith 12 Smith Drive Smithville
Can't seem to make variables appear as fieldnames and
the case statements don't like it either.
Any ideas anyone? Gratefully received.
thanks
D
names and address database with
Name, Addr1, Addr2, Addr3, Town, County etc
What I want to do is select one single record and show only the fields that are not null and call the text labels 1,2,3,4 etc
Therefore:
Name Addr1 Addr2 Addr3 Town
--------------------------------------------
J Smith 12 Smith Drive Null Null Smithville
Would Read:
1 2 3
----------------------------------------------
J Smith 12 Smith Drive Smithville
Can't seem to make variables appear as fieldnames and
the case statements don't like it either.
Any ideas anyone? Gratefully received.
thanks
D