D
Don Sealer
Can I have this function look up more than one other field? For instance, I
have a lookup now that does this:
Me!Casting = DLookup("[Casting]", "Part# Table", "[PartID] = '" &
Me!PartID & "'")
What this does is, when I enter the PartID the Casting field is accessed and
inputted into the form. Is it possible to do the same thing but then also
have a file accessed and inputted into the form.
Just in case I'm not clear on what I'm trying to do let me explain it
another way.
Right now I input a number (PartID) that inserts a casting description
(Casting) into my form. I'd also like the PartID to bring up a hyperlink
file as well as the Casting description.
Is it possible? If so how would I make it happen.
Thanks,
Don..................
have a lookup now that does this:
Me!Casting = DLookup("[Casting]", "Part# Table", "[PartID] = '" &
Me!PartID & "'")
What this does is, when I enter the PartID the Casting field is accessed and
inputted into the form. Is it possible to do the same thing but then also
have a file accessed and inputted into the form.
Just in case I'm not clear on what I'm trying to do let me explain it
another way.
Right now I input a number (PartID) that inserts a casting description
(Casting) into my form. I'd also like the PartID to bring up a hyperlink
file as well as the Casting description.
Is it possible? If so how would I make it happen.
Thanks,
Don..................