D
DDT
Probably this is a simple one, but not for me...
I have a display form, based on a query. Actually, it's a read-only popup window that shows the result of a query for which the customer can give the input data on another form.
Values of the query appeares in textboxes on the popup. All works fine when there is at least 1 matching record, but when the query has no result the textboxes doesn't show at all. Why is that? Is there a way to make them visible even if the value is Null, and give it a value like "no result" (for strings) or make Null "0" for numbers?
Thanks in advance.
I have a display form, based on a query. Actually, it's a read-only popup window that shows the result of a query for which the customer can give the input data on another form.
Values of the query appeares in textboxes on the popup. All works fine when there is at least 1 matching record, but when the query has no result the textboxes doesn't show at all. Why is that? Is there a way to make them visible even if the value is Null, and give it a value like "no result" (for strings) or make Null "0" for numbers?
Thanks in advance.