I am in the process of combining several tables into one larger table in Filemaker (they should not have been multiple tables in the first place). I can pull all the numbers/text without problems (via if(isFromTableA);takeFromA;if(isFromTableB);takeFromB;...)..)). I had the hope that I could remove the smaller tables but this is looking unlikely due to unstored data.
However when attempting this for container fields (e.g. a picture), it returns 0, how can I make this include the actual picture?