My first form opens a VB script that compares a users name to their password which is stored in an Excel database.
Several forms later, I need the users name again. I assigned it to a string called "username" but once I close that first form it seems to lose it?
Here's where it gets trickier:
I would write it to a temp file, but this program is on a network and could be accessed by many users at once.
A temp file might get overwritten by another user. Especially when they come back to finish a job days later.
Next complication (or challenge, depending how you look at it) is, some users have access to multiple computers and may not complete the job on the computer they started with.
Final challenge: Users may have several of these "temp" files running at once.
Aaaarrrgghhh!!!!
I hope you can help me.
Plese reply here or to:
dpasquino@actechdrives.com
Several forms later, I need the users name again. I assigned it to a string called "username" but once I close that first form it seems to lose it?
Here's where it gets trickier:
I would write it to a temp file, but this program is on a network and could be accessed by many users at once.
A temp file might get overwritten by another user. Especially when they come back to finish a job days later.
Next complication (or challenge, depending how you look at it) is, some users have access to multiple computers and may not complete the job on the computer they started with.
Final challenge: Users may have several of these "temp" files running at once.
Aaaarrrgghhh!!!!
I hope you can help me.
Plese reply here or to:
dpasquino@actechdrives.com