So,
I've successfully been using this in a ton of single forms:
Now I'm trying to use it in a continuous form and I'm having that old chestnut of a problem where if I update the .picture value of the box, I change it for every record on the form and not just the one I want.
I've been poking around and haven't come up with a solution. I'm sure if there is one, someone here has it.
Thanks,
xhonzi
I've successfully been using this in a ton of single forms:
Code:
me.pictureBox.picture="C:\pictures\" & id & ".jpg"
Now I'm trying to use it in a continuous form and I'm having that old chestnut of a problem where if I update the .picture value of the box, I change it for every record on the form and not just the one I want.
I've been poking around and haven't come up with a solution. I'm sure if there is one, someone here has it.
Thanks,
xhonzi