On Feb 22, 10:39 am, "Rick H" wrote:
> Can you use the Find command with EntryID?
> Criteria = "([EntryID] = """ + ls_entry_id + """)"
> This is what I'm using but getting error "The property EntryID in the
> condition is not invalid"
>
> I'm trying to get all dates in a new recurring entry. I'm using this
> to loop through the new item and get all the recurring date for the
> new recurring item
>
> Thanks, Rick
Never mind on the EntryId I found where it is not valid for the Find
command. Now a new question.
When the user enters a new recurring item what is the easiet way to
get all dates with in this recurring item.
I get the recurrence pattern, but I don't see any easy way of getting
the recurring dates with this info.
Thanks, Rick