Jump to content

This topic is 7632 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Just wondered if there is a way to look up a picture from a nother file. If you have the relationship set with two number fields, Can filemaker lookup the picture and bring it to the second file. Or is this a portal . Function. Somehow , I have to accomplish this.

Thanks

Stan

Version: v7.x

Platform: Mac OS X Panther

Posted

If you already have a relationship, just stick the picture directly on the layout of the second file. Using the field tool, choose the relationship, then the name of the container field with the picture.

If you want to be able to find records that are missing their pictures, that's another issue. You can't run a find on a container field, but you can make a calculation field in the second database like:

If (IsEmpty(PicRelationship::Container), 1, 0)

This field will have a one if the picture exists, and a zero if not. Do your find on this field and you can isolate records missing their pictures.

Steve Brown

This topic is 7632 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.