A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Read-only Links



 
 
Thread Tools Display Modes
  #1  
Old December 8th, 2008, 04:08 PM posted to microsoft.public.access.gettingstarted
Ira Solomon[_2_]
external usenet poster
 
Posts: 1
Default Read-only Links

I have a database that has a classical front-end/backend setup. The front end links to the backend. Thefront end is an MDE so the user can only update using our forms.
Now the users want to write their own queries, etc.
I need to give them a front end with read-only links to the back end. What is a neat way to do this At the moment the system is in 2003 so answers for both DAO and ADO wold be appreciated.
Thanks

  #2  
Old December 10th, 2008, 12:30 PM posted to microsoft.public.access.gettingstarted
John Spencer
external usenet poster
 
Posts: 7,815
Default Read-only Links

One method is to give them a front-end that only has queries in it that point
to the tables in the backend using the Table IN pathname technique. You set
the query's Recordset Type property to Snapshot.

Here is a sample query using the In technique. You can save the query with
the name of the table so the user's still see the same table name.
SELECT *
FROM FAQ IN 'F:\Newsgroup Answers_2K.mdb';

Another option would be to use something like Duane Hookom's Query By Form
applet at
http://www.rogersaccesslibrary.com/Otherdownload.asp?SampleName='DH%20Query%20By%20Fo rm'

***FEATURES***

The DH QBF is a complete query by form applet that can be easily integrated
into any existing Access application. Typically, the functionality provided by
DH QBF can replace many "canned" reports. The developer imports several forms,
tables, a query, and a report from the DH_QBF.mdb, creates some master
queries, and deploys.

The developer creates one or more master queries that join tables, alias
field names, create calculated columns, etc. The users can then select a
master query (data source) from a drop-down and then select up to 30 fields
from the master query. Users can define sorting and criteria as well as
grouping and totaling. All of this "design" information is stored in two
tables for re-use.

The results of the queries are displayed in a datasheet subform contained in a
main form. The main form has options to send/export the records to print, Word
table, Word merge, Excel, HTML, CSV, Merge to Report, or a graph. Most formats
allow the user to automatically open the target application. The Word merge
process will open a new Word document and link to the merge fields.

John Spencer
Access MVP 2002-2005, 2007-2008
The Hilltop Institute
University of Maryland Baltimore County

Ira Solomon wrote:
I have a database that has a classical front-end/backend setup. The front end links to the backend. Thefront end is an MDE so the user can only update using our forms.
Now the users want to write their own queries, etc.
I need to give them a front end with read-only links to the back end. What is a neat way to do this At the moment the system is in 2003 so answers for both DAO and ADO wold be appreciated.
Thanks

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:54 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.