Whats wrong with this code (Faze1 is a random number from 1-3, Face is a picturebox:

If Faze1 = 1 Then FACE = (App.Path & "\Antonio.bmp")

This continues up to 3 with a different .bmp picture each time, but the program never show the picture it highlights the & and comes up with the error 'Type Mismatch'
I don't have the MSDN help collection so I can't find the correct usage.
Thanks for any help.