You can make the continuous form a subform of another, and on that other add a text box. Assuming the record source for the continuous form is a query named 'qry', the data source for the text box should be:
SELECT(COUNT(*) FROM qry WHERE field < #14:00#)
The way the time's formatted may need to be fixed, I've not used time in a query before.
|