So I’m trying sync some records from one base (base 1) into another (base 2). Base 1 contains my inventory, base 2 contains my service records FOR that inventory. I can’t have them in the same base due to record limits.
My idea is to have two tables in base 2. Table one will be a sync back to my inventory, so as I add or remove units the sync takes care of adding them/removing them for me. Table two in Base 2 will contain my service records themselves, and through a combination of formulas and lookups in Table one, I’ll see the information I’m after within Table one. Primary field in Table two is just an autonumber, so that way the second column can be a linked field back to the inventory in Table one. This is where I’m running into issues.
In base 1, I use a concatenated formula for my primary field to pull in location #, year, make, model, etc. as an easily findable and searchable value for a few other processes we have. So when I sync that into base 2, that concatenated value is there in the primary field. My service records (table two ibn base 2) are ONLY organized by serial #, so I use an autonumber for the primary field, and the for the column that contains the serial #, I link the record back to table one. But since the primary field in table 1 is the concatenated value and not JUST the serial #… nothing works.
Long set up for a short question - how can I change, edit, omit, etc. the primary field off of a sync?







