Embedding report in form without relationship?
Hi all,
I am trying to allow site managers to enter information for multiple employees (name, hours worked, hourly rate) and have this calculate an average rate for the site. I do not have access to employee information so I cannot create a separate "employees" table - this information would need to be entered by each manager.
I am using the site # to pull in information such as the benefits %, which will be read-only and used for calculations. I also want managers to only see information for their own site(s).
So far I created a grid edit report that has the correct fields and my calculations are working, but the issue I'm running into is that if I want to add my report to a form I have to create a relationship, and in so doing I am forced to link to existing data that is limiting how many entries one manager can make. I would like to be able to add my grid edit report to my form and not have to link it to the larger data environment, so the manager can put as many entries as they want without any limits.
Is this possible?