Copy Field contents from one Table to another table - FileMaker

Granadian

I am new to Filemaker pro. I am working with Filemaker pro 13.

My database contains 3 tables:

  • category (fields = _pkCatID & CatName)
  • subcategory (fields = _pkSubcatID , _fkCatID & SubcatName)
  • books (many fields including _fkSubcatID)

I have no problems in conditional value lists, so making two popup menus in books layout for categories and subcategories was successful.

But I want to put both categories and subcategories in one menu/sub-menu using 2empowerfm Menu Popper plugin.

I created a new field in subcategory table to store a calculation to be used in the value list of the plugin. The calculation is = CatName & ">" & SubcatName & ";" & _pkSubcatID . So the returned value when choosing in books layout will be "_pkSubcatID".

The problem is CatName is not in Subcategory table, and if I choose it from the related table Category, I can't make the calculation "stored" which is a requirement to use a field in a value list.

So, I need to copy the field CatName from category table to a new created field in subcategory table. I don't know how to do it.

Michael Wallace

You just need to create a lookup field in your subcat table pointed to the category name in the category table.

  1. Create a field in the sub-cat table called "Category"
  2. Click on Options
  3. Auto-Enter Tab at the bottom, check "Looked-up value"
  4. Select the correct starting (subcat) and related (Cat) tables and select the name field for the Category.

That is all.

To populate this for existing records click into the _fkCatID field on a subcat layout after showing all records and in the menus select Records->Relookup Field Contents

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

MYSQL Copy field from one table to another table

From Dev

FileMaker - Getting Data From Another Table with Multiple Field Restrictions

From Dev

Copy Contents of One Column Of a Table To another of a different Table SQL

From Dev

Copy Data from one table to another table

From Dev

copy data from one table to another table in another database

From Dev

Copy table data from one database to another

From Dev

Copy Data from one hbase table to another

From Java

SQL to copy values from one table to another

From Dev

Copy table from one database to another database

From Dev

How to copy rows from one table to another?

From Dev

Copy a row from one table to another

From Dev

Copy Data from one hbase table to another

From Dev

Copy table data from one database to another

From Dev

Jquery - copy a row from one table to another

From Dev

Copy contents of one field to another using jQuery

From Dev

Can you copy table privileges from one table to another in postgresql?

From Dev

How do i copy data from one table to another table?

From Dev

MYSQL, copy data from one table to another table with increment in varchar

From Dev

Mysql Trigger, Copy All Rows From One Table Into Another Table

From Dev

Copy from one temp table to another temp table on condition base?

From Dev

How do i copy data from one table to another table?

From Dev

Using a composite key from one table in a field in another table

From Dev

Using values from a field in one table as column name for field in another

From Dev

copy one table to another in cassandra

From Dev

copy one table to another in cassandra

From Dev

Copy from one table to another and replace with SCOPE_IDENTITY

From Dev

Can I copy from one table to another in Redshift

From Dev

How copy data from one table into another? PHP

From Dev

How to copy data from one table into another in Microsoft SQL Server

Related Related

  1. 1

    MYSQL Copy field from one table to another table

  2. 2

    FileMaker - Getting Data From Another Table with Multiple Field Restrictions

  3. 3

    Copy Contents of One Column Of a Table To another of a different Table SQL

  4. 4

    Copy Data from one table to another table

  5. 5

    copy data from one table to another table in another database

  6. 6

    Copy table data from one database to another

  7. 7

    Copy Data from one hbase table to another

  8. 8

    SQL to copy values from one table to another

  9. 9

    Copy table from one database to another database

  10. 10

    How to copy rows from one table to another?

  11. 11

    Copy a row from one table to another

  12. 12

    Copy Data from one hbase table to another

  13. 13

    Copy table data from one database to another

  14. 14

    Jquery - copy a row from one table to another

  15. 15

    Copy contents of one field to another using jQuery

  16. 16

    Can you copy table privileges from one table to another in postgresql?

  17. 17

    How do i copy data from one table to another table?

  18. 18

    MYSQL, copy data from one table to another table with increment in varchar

  19. 19

    Mysql Trigger, Copy All Rows From One Table Into Another Table

  20. 20

    Copy from one temp table to another temp table on condition base?

  21. 21

    How do i copy data from one table to another table?

  22. 22

    Using a composite key from one table in a field in another table

  23. 23

    Using values from a field in one table as column name for field in another

  24. 24

    copy one table to another in cassandra

  25. 25

    copy one table to another in cassandra

  26. 26

    Copy from one table to another and replace with SCOPE_IDENTITY

  27. 27

    Can I copy from one table to another in Redshift

  28. 28

    How copy data from one table into another? PHP

  29. 29

    How to copy data from one table into another in Microsoft SQL Server

HotTag

Archive