I have had great success with the Select Case information provided by the experts here, however I have run into a snag when I try to change a combo box that uses a value list. I typed it in as such:
Select Case Me.PaymentMethodID
Case Is = "22"
Me.TAG ="VAC"
Me.LCode = "02"
Me.Note = "$27.29"
Case Is = "24" etc................
Everything works wonderfully except for the field named "TAG" it has a default value of "Regular Hours" and it does not change....no matter what I do.
I'm at my witts-end with why it wouldn't work and all the other fields will update. Of course this is probably the most important field to be updated too.
Can anyone offer any help here?? is there anything that would stop a combobox from being updatable? I do not have limit to list selected
Please Help!!!
[Sadeyes]RookieDev
Select Case Me.PaymentMethodID
Case Is = "22"
Me.TAG ="VAC"
Me.LCode = "02"
Me.Note = "$27.29"
Case Is = "24" etc................
Everything works wonderfully except for the field named "TAG" it has a default value of "Regular Hours" and it does not change....no matter what I do.
I'm at my witts-end with why it wouldn't work and all the other fields will update. Of course this is probably the most important field to be updated too.
Can anyone offer any help here?? is there anything that would stop a combobox from being updatable? I do not have limit to list selected
Please Help!!!
[Sadeyes]RookieDev