[thelist] Dynamic Text changes

Ed McCarroll Ed at ComSimplicity.com
Thu Sep 19 18:47:01 CDT 2002


Mark,

Are you doing this in a form within MS Access?  If so it's easy.
in the form's module, put:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Private Sub text_box_1_name_AfterUpdate()

        Me.text_box_2_name = Me.text_box_2_name & Me.text_box_1_name

    End Sub
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Then, set the first text box's After Update property to "[Event
Procedure]"

Regards,

  Ed

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Ed McCarroll                          MailTo:Ed at ComSimplicity.com
dba ComSimplicity                                  (310) 838-4330
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


> -----Original Message-----
> From: thelist-admin at lists.evolt.org
> [mailto:thelist-admin at lists.evolt.org]On Behalf Of Mark Anderson
> Sent: Thursday, September 19, 2002 4:31 PM
> To: Thelist
> Subject: [thelist] Dynamic Text changes
>
>
> I need to take the contents of one textbox and add it dynamically to the
> text of another probably a text area. I will be using the onChange event.
> Can anyone help?
>
> Mark
>
> --
> For unsubscribe and other options, including
> the Tip Harvester and archive of thelist go to:
> http://lists.evolt.org Workers of the Web, evolt !
>




More information about the thelist mailing list