Hi to everybody,
i have a database in MS Access with one field displaying the current date using access built-in function.
I havo a couple of calculated fields based on that field.
The problem is that date won't change when database is displayed via ASP. To refresh the date, i have to
manually open MS Access Database and, at that point, current date is correctly displayed in ASP project.
Is there any way to change this behaviour obtaining the current date when displaying the database via ASP?
I tried to set the field with a default value equal to Datetime.now, but this adds time also, while i need
only to show current date and correct calculation based on that field.
Any suggestion or ideas?
Thank you very much.
Roberto
Italy