N
news.microsoft.com
Hi all,
I try to use the find funtion comapring 2 properties
I want to add to my listbox all items that mileage
is greater than 50000 at a specific day then pb is
that ceationtime is like dd/mm/yyyy hh:mm:ss
so i want to use date() function to convert the
creationtime to dd/mm/yyyu
item.mileage > Var1 and the item.creationtime= Var2
set myItem = Items.Find("[mileage] > """ & myvar1 & """ and
date(myitem.creationtime) = """ & myVar2"""")
I tryed many sintax but no one work
tks for help
I try to use the find funtion comapring 2 properties
I want to add to my listbox all items that mileage
is greater than 50000 at a specific day then pb is
that ceationtime is like dd/mm/yyyy hh:mm:ss
so i want to use date() function to convert the
creationtime to dd/mm/yyyu
item.mileage > Var1 and the item.creationtime= Var2
set myItem = Items.Find("[mileage] > """ & myvar1 & """ and
date(myitem.creationtime) = """ & myVar2"""")
I tryed many sintax but no one work
tks for help