Paul,
Thanks, I understand the concept of its not worth it, w/o going into
details, its needed.
Yes, it is a process of making it more difficult.
Any ideas on how to set parameters for a query to turn off insert, delete,
modify and/or run code when a query result is returned to allow turning off
Ctrl-c (such as keydown event) and other keystrokes and functions is
appreciated.
Do you know how you reference a query result that is displayed? Its not a
form, report or table.
Thanks.
"Paul Overway" wrote:
> If you're really this concerned about not allowing them to copy, you should
> display a form or a report instead of a query. But realistically, if you
> have given permissions to read the data....users can do whatever they want
> with it. You might be making it a little more difficult, but they can still
> do it. Sounds like a big waste of time to me.
>
> --
> Paul Overway
> Logico Solutions
> http://www.logico-solutions.com
>
>
> "Gordon" <(E-Mail Removed)> wrote in message
> news:3811D75F-2E8F-4345-8248-(E-Mail Removed)...
> >I have blocked Ctrl-C and other keystrokes for forms and reports, How can I
> > do this for a query result that is displayed. I used the Form_KeyDown
> > event
> > on the forms, and set properties for the reports, I've even turned things
> > off
> > using the auto-keys macro. I need to allow, disallow copy dynamically
> > based
> > on user rights to the data but have not been able to find a way to set the
> > "properties" or run code associated with a query result. I also need to
> > be
> > sure users can't delete, insert or change data from a query result.
> >
> > There are querydef configs in the querydefs collection, but they are
> > relative to the query itself, the not result set and window of data
> > returned.
> > I don't even know what to call the query result screen, its not a report,
> > query, form or table.
> >
> > Help would really be appreciated.
> >
> > Gordon
> >
> > "TC" wrote:
> >
> >>
> >> Joan Wild wrote:
> >>
> >> (snip)
> >>
> >> > I don't believe you can prevent copying (and am curious how you
> >> managed to
> >> > do so in a form).
> >>
> >> Trap ctrl-c etc.!
> >>
> >> TC
> >>
> >>
>
>
>