Novice looking for some direction!!
I am trying to have a text box autopopulate with a number added to it at the end and I am having a difficult time doing this.
Example:
(1) I have a combo box [cbojobid]
I would like to have a purchase order number automatically generated from that number to another text box
What I would like to have have happen is when I click on the combo box [cbojobid] and choose the selection from the combo box to have the new text box automatically generate a purchase number with the JobID plus (-08)
It would look like this:
4567-08
First four letters being the JobId and the (-08) being the last two numbers in the year.
Can anyone help please.
Thanks for your time.
Gary
I am trying to have a text box autopopulate with a number added to it at the end and I am having a difficult time doing this.
Example:
(1) I have a combo box [cbojobid]
I would like to have a purchase order number automatically generated from that number to another text box
What I would like to have have happen is when I click on the combo box [cbojobid] and choose the selection from the combo box to have the new text box automatically generate a purchase number with the JobID plus (-08)
It would look like this:
4567-08
First four letters being the JobId and the (-08) being the last two numbers in the year.
Can anyone help please.
Thanks for your time.
Gary
Comment