Readonly a linked table

M

mcescher

I have a table that gets generated every month, and we use as a source
of data for other databases. We link this, but I was wondering if
there is a way to make that linked table read only.

Any ideas?

Thanks so much,
Chris M.
 
S

Stefan Hoffmann

hi Chris,
I have a table that gets generated every month, and we use as a source
of data for other databases. We link this, but I was wondering if
there is a way to make that linked table read only.
Either make the back-end read-only or use a pass-through query instead
of a linked table.


mfG
--> stefan <--
 
J

Jeff Boyce

Chris

Rather than make the linked table read only (which implies someone is
working directly in the tables), how about using a form to display the
record(s) and make the form read-only? You'd have a lot more control over
the application (and the data) if you worked in forms...

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 
M

mcescher

Hi All,
Thanks for the quick answers.

The BE database is Access also, so no passthrough queries. :(

The table is only used as a source for other queries. Nobody is
really working with the data.

It's not been an issue so far, I just came to the realization that the
data "could" be edited. Hoping to avoid a disaster.

Thanks again,
Chris M.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top