shredded Posted March 15, 2015 Posted March 15, 2015 Hello! I have a Project record and it pulls Product records via a portal. My Project has a Manufacturer drop down field... I am finding that the Products table should need this field more so, that way I can have multiple products with multiple manufacturers... What would be a good way to transition all existing manufacturer data into a Product field? I would like to also be able to continue using my Project drop down to cascade the manufacturer into products, but also be able to override individual items if needed. Thanks
Lee Smith Posted March 15, 2015 Posted March 15, 2015 Since you state your skill level as a Beginner, there is a danger in trying to assist you without seeing your file. Here is a quick link that explains why and how to do this. ATTACH A FILE
comment Posted March 15, 2015 Posted March 15, 2015 I am finding that the Products table should need this field more so, that way I can have multiple products with multiple manufacturers... If a Project is allowed to have Products from different manufacturers, then of course the Manufacturer field (or rather ManufacturerID field) needs to be in the Products table. What would be a good way to transition all existing manufacturer data into a Product field? What "manufacturer data"? The only data the field should contain is a unique identifier of the manufacturer - any other "manufacturer data" should be in a Manufacturers table. To copy the IDs from a field in Projects into a field in Products, go to the Products table, show all records, click into the ManufacturerID field (the new one, defined in the Products table) and select Records > Replace Field Contents… > Replace with calculated result = Projects::ManufacturerID Make sure you have a backup before you try this, because Replace Field Contents… is a very powerful tool with no Undo. I would like to also be able to continue using my Project drop down to cascade the manufacturer into products, but also be able to override individual items if needed. Not sure I understand the term "cascade" in this context. I am guessing you want to set the (new) Products::ManufacturerID field to lookup data from Projects::ManufacturerID.
Recommended Posts
This topic is 3602 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 accountSign in
Already have an account? Sign in here.
Sign In Now