Re: Creating a Report via VBA



I suspect there is not a way to do so, just considering that you need to
give the user _all_ permissions on the folder where the data is located --
so even outside Access, a user could "do damage" to data in that folder,
whether on purpose or accidentally. But, this is not an area where I really
have any expertise, so someone else would have to provide you a "definitive"
answer.

Larry Linson
Microsoft Office Access MVP


"RLN" <nospamrln@xxxxxxxxxx> wrote in message
news:1212503934_3514@xxxxxxxxxxxxxxxxxxxxx

The separate front-end need only have read access to the actual data<<

Larry,
This idea of a 2nd front end is good. I did this sort of thing with
another app 2 years ago that had a SQL Server back end. I basically set
up a 2nd login ID in the SQL Server database that ended in "RO" (for
read-only) and used that login on the startup form of this 2nd front end
mdb

I'm trying to figure out if there is a way to do this same type of thing
with a 2nd ID where Access is the back end rather than SQL Server.

On this 2nd front end, is there a way in Access to link to the tables
(in my backend .mdb) in a "read-only" state?

RLN


*** Sent via Developersdex http://www.developersdex.com ***


.



Relevant Pages

  • Re: From .mdb to .adp database
    ... I decided to go on with adp project, and i have created a store ... But queries are different stories. ... In SQL Server, there are Views, Stored Procedures, UDFs. ... Also, when you decide to use MDB front-end, you can choose use MDB ...
    (microsoft.public.access.adp.sqlserver)
  • Re: From .mdb to .adp database
    ... there is no exact equivalent query object in SQL Server to MDB's query. ... Most likely, the wizard converts MDB queries to Viwes or SP, if the queries are convertiable. ... Also, when you decide to use MDB front-end, you can choose use MDB queries in the front end or use SQL Server side query objects. ... SQL Server is very powerful server software, whether you use MDB, ADP or anything else to access data from it, you MUST learn how to use it and almost for sure you need to learn another programming environment. ...
    (microsoft.public.access.adp.sqlserver)
  • Re: From .mdb to .adp database
    ... there is no exact equivalent query object in SQL Server to MDB's query. ... Most likely, the wizard converts MDB queries to Viwes or SP, if the queries are convertiable. ... Also, when you decide to use MDB front-end, you can choose use MDB queries in the front end or use SQL Server side query objects. ... SQL Server is very powerful server software, whether you use MDB, ADP or anything else to access data from it, you MUST learn how to use it and almost for sure you need to learn another programming environment. ...
    (microsoft.public.access.adp.sqlserver)
  • Re: Upsizing design considerations
    ... reports, with a ADP, or mdb (actually, it should be mde, or a ADE when you ... you would LINK the tables to sql server, and NOT USE a adp (the reasons is ... the first two remote users ...
    (microsoft.public.access.gettingstarted)
  • Re: Front End options
    ... SQL Server if you follow my recommendations in. ... you could easily support hundreds of concurrent users. ... Does a mdb FE work well regardless of how many tables ... >>subforms well. ...
    (microsoft.public.sqlserver.clients)