G
GusGG
Hi,
I am developing an Access table (extracted from larger DB) to be imported
into Project.
In developing this table I am also identifying the "Predecessors" required
in Project for subordinate tasks. Since I have MANY tasks on the order of 2
to 3K tasks per project I am running into problems storing the precedent id's
in a VB Array. I do not want to write directly to an Access table, due to
speed limitations.
Is there a way to declare the VB array to hold information greater than 256
characters in length, i.e., a Memo field??
Thanks in advance for any input,
Gus
I am developing an Access table (extracted from larger DB) to be imported
into Project.
In developing this table I am also identifying the "Predecessors" required
in Project for subordinate tasks. Since I have MANY tasks on the order of 2
to 3K tasks per project I am running into problems storing the precedent id's
in a VB Array. I do not want to write directly to an Access table, due to
speed limitations.
Is there a way to declare the VB array to hold information greater than 256
characters in length, i.e., a Memo field??
Thanks in advance for any input,
Gus