L
Lila
I currently have the following expression in my query:
Sold After Disaster:
Count(IIf([Info_SaleDate]>#10/31/2003#,[Info_SaleDate],Null))
.... but I want to modify it so that instead of showing anything sold after
10/31/03, I want everything sold between 10/31/03 and 10/31/04
I just don't know the operator for between.
Thanks,
Lila
Sold After Disaster:
Count(IIf([Info_SaleDate]>#10/31/2003#,[Info_SaleDate],Null))
.... but I want to modify it so that instead of showing anything sold after
10/31/03, I want everything sold between 10/31/03 and 10/31/04
I just don't know the operator for between.
Thanks,
Lila