I've got a query that is used as the data source for a form. However if the query returns nothing the form is completely blank - i.e. no controls appear at all.
How do I ensure that the query returns at least one record, even if that record just has something in a calculated field (e.g. the word "Filler")?
How do I ensure that the query returns at least one record, even if that record just has something in a calculated field (e.g. the word "Filler")?