J
JJ
I want to created a "bookmark" for a selected task. I'm going to store
the ID or Unique ID (UID) in a global variable. I don't want to use a
field to set a bookmark because I don't want to unnecessarily take up a
data field if I don't have to.
Here's my problem: Using VBA, I'm trying to capture the UID or ID of
the selected task, but it seems like I need to know the ID of the
selected task. It's a circular problem. How do I get around this? Do I
need to step through the tasks one by one in order to determine what
the ID is?
Any help would be appreciated!
JJ
the ID or Unique ID (UID) in a global variable. I don't want to use a
field to set a bookmark because I don't want to unnecessarily take up a
data field if I don't have to.
Here's my problem: Using VBA, I'm trying to capture the UID or ID of
the selected task, but it seems like I need to know the ID of the
selected task. It's a circular problem. How do I get around this? Do I
need to step through the tasks one by one in order to determine what
the ID is?
Any help would be appreciated!
JJ