I have two textboxes on my form, so when I put info in textbox 1 and go to next texbox it must show me info like UNIX in the second box.
I did try this code, but is getting compile error, "Expected:list seperator or" at IN
I am not so good with vba at the moment
Code:Private Sub cmdSystem_Click() DisplayText: IIf(Eval([Tapes] In ("AAG*","NSW*","NJQ*")),"UNIX"," ") End Sub