Hi All,
I am currently working on an app that tracks goals and earned bonuses for employees. I am currently using 3 tables: "Users", "Goal Management", and "Group Goals". What I would like to do is - have a choice column in the "Group Goals" table that is a list of all users from the users table. This way, I believe I would be able to assign multiple users to a "Group Goal" and still keep their personal goals separate. The app would then LookUp the group goal an employee is assigned to, and I believe employees will only have 1 group goal each.
I am not sure if there are any other ways to go about doing this, but I would greatly appreciate any help.