J
JMorrell
The Sick & Annual Leave db that I have been working on for the last 7-8
months is finally ready for a more robust beta testing environment. One of
the actions that the db goes through is to create a temporary table (loaded
data from a recordset). This table is a source for a list box on one of my
forms. I have found that if a user doesn’t have administrative permissions on
the pc that they log on to, they can’t write to this table.
Our network administrators are not likely to give these users that level of
permission so that puts a big kink in my plans. Is there such thing as a
virtual table that I can move the record set to? Does anyone have a
suggestion as how to solve this dilemma?
tia,
months is finally ready for a more robust beta testing environment. One of
the actions that the db goes through is to create a temporary table (loaded
data from a recordset). This table is a source for a list box on one of my
forms. I have found that if a user doesn’t have administrative permissions on
the pc that they log on to, they can’t write to this table.
Our network administrators are not likely to give these users that level of
permission so that puts a big kink in my plans. Is there such thing as a
virtual table that I can move the record set to? Does anyone have a
suggestion as how to solve this dilemma?
tia,