How can I display other fields in a calendar View besides the Unique ID. Currently I only see the Unique ID on the calendar in a new calendar view. I do have a date field in the base that uses a date & Time. The Unique ID shows up in my cal view. In order for me to see any useful info in the calendar view I have to concatenate a few fields together for the unique ID field, only then do I get usable information in my calendar view. There must be a way to select a field to display in the calendar, but darned if I can find it.
A simple explanation of what I am doing is…I have 20 people who can work a shift, and 3 shifts a day. One table with the shifts and one with the employees. shifts could use anything for the PK, employees I use Employee #. To assign a shift to a employee I simply select the employee # in the shifts table that links back to employees. But I can only see the unique ID or a concatenated vision of it in calendar view.