Is it possible to select more than one option from REF list

Arizno
New Member

I have a Timesheet table that has an Employee table as a REF. So when you go to the form you are able to select the employee that wants to punch in. However I would like for the foreman to be able select not just himself too punch in. I need him to punch in his whole crew. Since it is a REF list I am only able select one.

Is it possible to select many?

Solved Solved
0 5 377
1 ACCEPTED SOLUTION

You can use an enum list with base type ref and then references the table used. in this case: โ€œemployeeโ€

View solution in original post

5 REPLIES 5

You can use an enum list with base type ref and then references the table used. in this case: โ€œemployeeโ€

Now I see how to use that feature. I always wondered what that meant. Problem solved. Thank you good sir.

I just saw that by doing that it broke my other formulas that were using that column as a REF.

I had, [Name].[Hourly Wage] referencing the hourly wage of the employee but now since I made it an Enumlist with a Ref base it no longer references the employee name. Any way around that.

alguna idea @Aleksi.

I think that in this case you could not do it because each employee has different information.

Yes thatโ€™s the reason.

Top Labels in this Space