I have a menu that is accessing a table for its values. there are three more
text fields that need to change due to the value. i.e.:
if menu is "Accept"
textfield1 is "Accept"
textfiled2 is "Welcome"

if menu is "Reject"
textfield1 is "Rejected"
textfiled2 is "Sorry"

if menu is "Update"
textfield1 is "Update"
textfiled2 is "Updated"

so on and so forth...

When I do it, whatever I set the menu to, it shows:
textfield1 is "Accept"
textfiled2 is "Welcome"

So I guess I am not getting the real picture..Can someone give me a url of a
tutorial that will explain how to do it, or maybe an extension I can
download that helps me do it..
Thanks,
AS