G
Guest
I want to Compact a Database once a week on a friday at 12pm. Any ideas on
how to achieve this very welcome.
how to achieve this very welcome.
Daniel Moth said:From memory, the following should work:
Dim day As DayOfWeek = DateTime.Today.DayOfWeek
Cheers
Daniel