Hi,
I have a main form with a subform for a search functionality using combobox lookup.
The combo boxes on the main form control which is displayed on the subform (datasheet).
One of the colums on the datasheet is set to be a calculated field based on an expression that looks like:
=Date Between StartDate AND DateAdd('yyyy', -6, DateStart)
This evaluates to 0 or -1 in the datasheet of the subform - but this is not helpful for the user. I would prefer to display True or False.
How do I fix this please?
I have a main form with a subform for a search functionality using combobox lookup.
The combo boxes on the main form control which is displayed on the subform (datasheet).
One of the colums on the datasheet is set to be a calculated field based on an expression that looks like:
=Date Between StartDate AND DateAdd('yyyy', -6, DateStart)
This evaluates to 0 or -1 in the datasheet of the subform - but this is not helpful for the user. I would prefer to display True or False.
How do I fix this please?