Hi,
I am working on a movie and I have been asked to create a DB in FMP to track all of our digital art work. I am very new to FMP.
Each Project has multiple smaller assets. For instance. We are building a lightcycle. That 'Project' is composed of smaller assets tires, handlebars, lights, etc.
When the smaller assets are input into the DB, I have 3 pulldowns to assign them to a particular project.
An example of the Project name is 005_Veh_Lightcycle.
005 = SerialID (range is 1 - 120)
Veh = CategoryID (4 possible categories)
Lightcycle = NameID (# is dependent on category)
With the various combinations there are 100s of project names.
What I need help with is creating a report/search page where someone can search for a specific project and have the report give them all the data on the smaller assets.
How do I create a report that will give the specific info for a single project chosen by the user? Do I use the previous 3 pulldowns to create the search parameters and then pass that to something? Is there a better option?
I am searching in the dark here. Any help or nudge in the right direction would be greatly appreciated.
Thank you.