I have published a database to the web that requires relative dates (i.e. if requested_date > today). The database stays open on the web server 24/7, so the today function doesn't update (because the file doesn't close/open; apparently the status(currentdate) doesn't update either). Everything works fine, if I manually close/open the file once each day. Is there a solution other than a plug-in that triggers a script based on date/time?