Hello. I have a form with a command button on it. This form is linked
to a query with a field called "ID". What I am trying to do is make
it so that when the user clicks on the command button, a separate form
(frm_Image)pops up with the corresponding picture to field ID. I have
the images in a folder on my C: drive. Any help on this is most
appreciated. I'm going to do a little experimenting now....
Damon Heron - 18 Mar 2007 23:05 GMT
Check out openargs in the VB help section.
HTH
Damon
> Hello. I have a form with a command button on it. This form is linked
> to a query with a field called "ID". What I am trying to do is make
> it so that when the user clicks on the command button, a separate form
> (frm_Image)pops up with the corresponding picture to field ID. I have
> the images in a folder on my C: drive. Any help on this is most
> appreciated. I'm going to do a little experimenting now....