C
Christophe
Hi,
Is it possible to display a value on a report if it exist
in the field?
Example: my table contains:
sName , ssurname, sRemarks
on the report I have
Name : Value of sName
Surname: Value of sSurname
Remarks: Value of sRemarks
for Remarks I want to display it on the report only if
sRemark is not null
Thanks
Is it possible to display a value on a report if it exist
in the field?
Example: my table contains:
sName , ssurname, sRemarks
on the report I have
Name : Value of sName
Surname: Value of sSurname
Remarks: Value of sRemarks
for Remarks I want to display it on the report only if
sRemark is not null
Thanks