Haloo!
I made a form,which will be next year unusfule and i want to know,how to set the form to be delited on the time which I adjust.. ( form must be deleted avtomatcly on 01.01.2005)
Thanks
1- you have to check the date every time DB opens..say on a splash form
2-create a control(check box) and make it as small as possible almost invisible.
3- write an if statement ie. if date() >= 01/01/2005 then docmd.deleteobject "......".
4- then set focus on your new control
3- on the new control write a code on the setfoucus event that deletes your function checking the date.
this should work just fine .. the first time..