R
Robert
How could you give a table you were making at run time a unique name for
each user? By that I mean what could you concatenate into a table name so
it would be different from another user's table if they were both running
the program at the same time? The time itself would work as long as both
users didn't create the table at the exact same second. But it could
happen that both created a table at the exact same second.
Would this even be necessary if the 2 user's had their own mde's (but the
same back end)?
Robert
each user? By that I mean what could you concatenate into a table name so
it would be different from another user's table if they were both running
the program at the same time? The time itself would work as long as both
users didn't create the table at the exact same second. But it could
happen that both created a table at the exact same second.
Would this even be necessary if the 2 user's had their own mde's (but the
same back end)?
Robert