January 26, 200520 yr is there a way to create a table which is linked to other tables but just shows the information from them? I have not found a way yet in FileMaker pro and i am just wondering if it is possiable.
January 26, 200520 yr You can place fields from other tables directly on the layout of your main table (provided, of course, that the tables are properly linked).
January 26, 200520 yr Are you referring to having a separate file which only contains the interface, but not any of the data? If that's what you mean, do a search for "Separation Model" Using file references, you can have a file which has no data, but simply refers to data in another file.
January 26, 200520 yr Author No what i mean is a table which displays the data from the other tables. And would not have to be inputed i want to basically create a table of information from information in other tables. When i do the linking, when i look at the table, it contains no data (which should be retrieved from other tables) and says i need to insert a record. maybe i need to change the = or something?
January 26, 200520 yr If there are no records in your "display table" then you can't have data in any of the fields that are used in the relationship to the other table. Unless the fields in your dislplay table are global fields.... Try changing the field options->storage tab to global storage.
January 26, 200520 yr Author what are global storage fields? and yes there is data in the tables which i am trying to link too!
January 26, 200520 yr Author btw just tried global fields and it wiped all the data out of a test field, but even worse it doesn't allow different values, which is kinda useless!
January 26, 200520 yr That's what a global field is supposed to do... it carries the same value for all records. I use a layout with only global fields in one of my solutions for the purposes of data entry. The data in the global fields is used in a script which creates/edits records in a related table. The global layout is tied to a table which has no data. Is there data in both of the tables in your relationship? Maybe you could post the file so it would be easier to see what you're doing.
January 26, 200520 yr Another use for globals is as variables in scripts. (loop counters, etc.) You don't need them as much in v7 as you did before since v7 introduced script parameters.
January 26, 200520 yr Author its just 1 pesky field which is annoying me, basically to solve it i need a way to insert it when the user selects an ID of turkey so that the weight follows the ID into the new table. Posted in the scripts section to see if there is a script solution.
January 26, 200520 yr I've posted a response to your query in the scriptmaker forum, and attached a file. See if that file does what you're thinking.
Create an account or sign in to comment