G
Guest
This is in reference to a question and answer posted earlier this week
regarding filling the blank fields. The advisor advised that it is possible
to fill the blank fields in report.
I have a report based on a table. Generally many of the fields are blank.
I want to fill these blank fields as below to preview better looks of report.
If the control DataType is Text and IsNull then "No Info"
If the control DataType is Number And IsNull Then 0
If the control DataType is Date and IsNull Then Date()
These information I dont want to save in the table as data. Only for better
looks , I want to fill the blank fields as above.
Requesting professionals to advise.
Regards
Irshad
regarding filling the blank fields. The advisor advised that it is possible
to fill the blank fields in report.
I have a report based on a table. Generally many of the fields are blank.
I want to fill these blank fields as below to preview better looks of report.
If the control DataType is Text and IsNull then "No Info"
If the control DataType is Number And IsNull Then 0
If the control DataType is Date and IsNull Then Date()
These information I dont want to save in the table as data. Only for better
looks , I want to fill the blank fields as above.
Requesting professionals to advise.
Regards
Irshad