Hi.
I have a form with some textboxes in it. When a user clicks a button,
I need to verify if only one of the textboxes if filled and if so, I
need to replicate the value of this textbox to all other textboxes on
the form. If two or more textboxes are filled I don't need to do the
replication. How can I do that?
Thanks,
Robert Scheer
I have a form with some textboxes in it. When a user clicks a button,
I need to verify if only one of the textboxes if filled and if so, I
need to replicate the value of this textbox to all other textboxes on
the form. If two or more textboxes are filled I don't need to do the
replication. How can I do that?
Thanks,
Robert Scheer
Comment