473,388 Members | 1,335 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

How can I restrict printing in a DB

I want users to be able to view and change data, but I don't want them
to ever be able to print it. Is there a way to turn off or restrict
printing on a database?
Nov 12 '05 #1
3 2107
There is no practical way -- even if you were able to block all the normal
means, you really can't easily disable PrtScr.

Well, I suppose you could give them access to the DB on a machine with no
local printer and no connection to a network printer.

Larry Linson
Microsoft Access MVP

"Talenhawk" <va**************@hotmail.com> wrote in message
news:ff**************************@posting.google.c om...
I want users to be able to view and change data, but I don't want them
to ever be able to print it. Is there a way to turn off or restrict
printing on a database?

Nov 12 '05 #2
"Larry Linson" <bo*****@localhost.not> wrote in message news:<36******************@nwrddc01.gnilink.net>.. .
There is no practical way -- even if you were able to block all the normal
means, you really can't easily disable PrtScr.

Well, I suppose you could give them access to the DB on a machine with no
local printer and no connection to a network printer.

Larry Linson
Microsoft Access MVP

"Talenhawk" <va**************@hotmail.com> wrote in message
news:ff**************************@posting.google.c om...
I want users to be able to view and change data, but I don't want them
to ever be able to print it. Is there a way to turn off or restrict
printing on a database?


I'm not worried about stopping it at that level. My users have almost
no computer knowledge. I just want to keep them from printing the
reports and forms.
Nov 12 '05 #3
An idea (and not totally thought thru) if you could set up the printer
redirect to a null device that might work. Level of security would
depend on numerous factors (what OS, user privilege level, use
knowlege, etc.) Also IIRC, you can 'remove' menu choices in Access so
if you take away the printing options (or at least printer setup) that
might get you there also. Remember, I have not gave this great thought
so YMMV.
Dave.
Nov 12 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Neil Coleclough | last post by:
I am constructing a database to process product returns for my Company. I have a number of toggle buttons to identify the stage to which each return has been processed. For example, clicking the...
28
by: gc | last post by:
Hi, What is the purpose of the restrict keyword? gc
4
by: Vijay Kumar R Zanvar | last post by:
Greetings, Are the following inferences of mine correct? 1. #include <string.h> char *strcpy(char * restrict s1, const char * restrict s2); a. s1 != s2 b. That means,
7
by: tweak | last post by:
Can someone give me a short example as how to best use this keyword in your code? This is my understanding: by definition restrict sounds like it is suppose to restrict access to memory...
12
by: Me | last post by:
I'm trying to wrap my head around the wording but from what I think the standard says: 1. it's impossible to swap a restrict pointer with another pointer, i.e. int a = 1, b = 2; int *...
21
by: Niu Xiao | last post by:
I see a lot of use in function declarations, such as size_t fread(void* restrict ptr, size_t size, size_t nobj, FILE* restrict fp); but what does the keyword 'restrict' mean? there is no...
7
by: itm | last post by:
I have a mail out to send to a group of owners with multiple accounts. I want to limit the number of accounts that print on the first page to 20. I want remaining accounts to print on a second...
0
by: copx | last post by:
Restrict keyword questions How far does the guarantee that an object is not accessed through another pointer go? I mean, all examples I have seen are simple stuff like: int f (int *restrict x,...
23
by: raashid bhatt | last post by:
what is restrict keyword used for? eg int *restrict p;
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.