M
MyEmailList
I just added a Command Button to a Form.
I wanted the user to be able to click the button to run a proceedure.
The proceedure will...
- copy text from one field_x on the form
- add it to the text in field_y on the form (concatenate)
- clear field_x
We call the button "Update"
We can do this by creating an "event proceedure" for the form... like
run the proceedure when they go to the next form or whatever... but
wanted an actual button they would click.
I can't see anything in the Command Button options that says "run
proceedure" or whatever...
There is a "Refresh Form Data" option but I don't know if that is what
I want.
Thanks for any help.
Mel
I wanted the user to be able to click the button to run a proceedure.
The proceedure will...
- copy text from one field_x on the form
- add it to the text in field_y on the form (concatenate)
- clear field_x
We call the button "Update"
We can do this by creating an "event proceedure" for the form... like
run the proceedure when they go to the next form or whatever... but
wanted an actual button they would click.
I can't see anything in the Command Button options that says "run
proceedure" or whatever...
There is a "Refresh Form Data" option but I don't know if that is what
I want.
Thanks for any help.
Mel