K
KPatel
Hi
I have a secured database with several forms and
reports. No one except the Administrator has the design
permissions. If someone wants to cut and paste data from
one record to another they get an error message saying
that they do not have the permission to do so. However,
if they were to use the CTRL+X combination, it lets them
cut the data. I want to add 2 command buttons on my form
that will enable them to (1) copy the data and delete it
(simulataneously because the field has a check for
duplicates - before update - and so copy paste alone
would not work) and (2) paste it where they want to. We
are using VB 6.3 and the Clipboard.SetText and the
Clipboard.GetText() does not work. Any kind of help will
be appreciated.
Thanks
I have a secured database with several forms and
reports. No one except the Administrator has the design
permissions. If someone wants to cut and paste data from
one record to another they get an error message saying
that they do not have the permission to do so. However,
if they were to use the CTRL+X combination, it lets them
cut the data. I want to add 2 command buttons on my form
that will enable them to (1) copy the data and delete it
(simulataneously because the field has a check for
duplicates - before update - and so copy paste alone
would not work) and (2) paste it where they want to. We
are using VB 6.3 and the Clipboard.SetText and the
Clipboard.GetText() does not work. Any kind of help will
be appreciated.
Thanks