jazminecat
Programmer
Hi all - I have a simple access db on the network, that exists primarily to generate a report for our users, and which gets it's data from our AS400. This db contains maybe 4 tables, which are updated by code run from another program. It dumps the info into a txt file, and there are macros which run on open in the access db which grab the txt file and update the tables, run a report, print it, and then close the db. This all happens in the background.
The problem I have is this: I have a user who is in management (you know where this is going already i'm sure) who has been poking around in there and making his own queries.
I have been asked to make him a front end so he can poke around and make queries without compromising the backend data. I have made a frontend and linked the tables, but this still allows him to change the data in the tables. What is the simplest way to give him the ability to make and run queries, without the ability to change the data in the linked tables?
Thanks in advance!
The problem I have is this: I have a user who is in management (you know where this is going already i'm sure) who has been poking around in there and making his own queries.
I have been asked to make him a front end so he can poke around and make queries without compromising the backend data. I have made a frontend and linked the tables, but this still allows him to change the data in the tables. What is the simplest way to give him the ability to make and run queries, without the ability to change the data in the linked tables?
Thanks in advance!