Skip to main content
Participant
July 18, 2006
Question

Can I achieve this?

  • July 18, 2006
  • 1 reply
  • 209 views
I am developing a web-based version of a database that has up to now been Access-based. There are a few facilities that I wrote into the code for Access that I would love to be able to replicate. They are:
a) A facility that allows the user to paste a comment from a seperate form into a field on the main form
b) A facility that allows the user to click on a person to move him/her from one group into another by clicking on their ID. They then appear in the list for that group.

Is there any way I can achieve either of these using ASP.NET VB? I am more concerned about getting a) to work rather than b).

Thanks!
This topic has been closed for replies.

1 reply

Inspiring
July 24, 2006
a) Copy and paste works fine within html based forms
b) Yes this is possible. Basically you create a script that deletes from
one group and an insert script for the other group.

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"denman" <webforumsuser@macromedia.com> wrote in message
news:e9i9dp$muk$1@forums.macromedia.com...
>I am developing a web-based version of a database that has up to now been
> Access-based. There are a few facilities that I wrote into the code for
> Access
> that I would love to be able to replicate. They are:
> a) A facility that allows the user to paste a comment from a seperate form
> into a field on the main form
> b) A facility that allows the user to click on a person to move him/her
> from
> one group into another by clicking on their ID. They then appear in the
> list
> for that group.
>
> Is there any way I can achieve either of these using ASP.NET VB? I am more
> concerned about getting a) to work rather than b).
>
> Thanks!
>