(I suspect this has been answered before, but I’m having a hard time figuring out how to search for it. Apologies in advance.)
I have a table that includes several hundred rental product models. This table is called ‘Fixtures’.
I have a table for individual projects called ‘Projects’.
For each given Project, I will want to link a Client (I know how to do that) and then I want to create a document where I can list an allocation of equipment needs for the project that pulls in data from Fixtures.
The final output needs to be a multi-page printable document that looks something like this…
--
Project
Client
(Qty) (Fixture B)
(Qty) (Fixture Q)
(Qty) (Fixture AN)
…
--
So this is roughly equivalent to creating a sales estimate, but ideally pulls in data from the Fixtures table to then populate additional related info.
If anyone could point me to a relevant sample base or offer any insight, I would appreciate it.