R
Rick H
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
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