T
trainbif
I have the following syntax :
=IIf([dt_started]<> "12/07/2005", "12/01/2005")
I am using this in a objects form connected to my database with three other
fields called [dt_started], [dt_closed], and [billing_days]. I have the date
closed and the billing days syntax already done, and It will give me all the
accounts started prior to the billing month and make it a default value of
12/01/2005 for billing purposes, but it will not take an account that started
12/04/2005 and terminated on 12/7/2005 and give me a billing day of 4 days????
Any help would be appreciated.......
=IIf([dt_started]<> "12/07/2005", "12/01/2005")
I am using this in a objects form connected to my database with three other
fields called [dt_started], [dt_closed], and [billing_days]. I have the date
closed and the billing days syntax already done, and It will give me all the
accounts started prior to the billing month and make it a default value of
12/01/2005 for billing purposes, but it will not take an account that started
12/04/2005 and terminated on 12/7/2005 and give me a billing day of 4 days????
Any help would be appreciated.......