ingridvg70
New member
- Local time
- Today, 08:18
- Joined
- Jan 31, 2012
- Messages
- 2
Hi all,
I have a resource planning tool in Access, and I'm trying to make a recurring appointment option; e.g. plan the weekly meeting on friday. The application has to check if there are prior appointments for any of the recurring dates
I figure that I need a temporary table, where I can store the dates so I can link it to the planningtable.
Problem is, that the application runs on a virtual desktop, and the front end part is shared between users. Even if I use a tblTemp in the front end, there is a chance that two people are using it at the same time.
Is there a way to make a virtual table in VBA, that is confined to the user who calls the code?
Thanks in advance,
Ingrid
I have a resource planning tool in Access, and I'm trying to make a recurring appointment option; e.g. plan the weekly meeting on friday. The application has to check if there are prior appointments for any of the recurring dates
I figure that I need a temporary table, where I can store the dates so I can link it to the planningtable.
Problem is, that the application runs on a virtual desktop, and the front end part is shared between users. Even if I use a tblTemp in the front end, there is a chance that two people are using it at the same time.
Is there a way to make a virtual table in VBA, that is confined to the user who calls the code?
Thanks in advance,
Ingrid