Anyone have any idea how to show an attendance role that looks like a plain ordinary paper role looks. I.e., with names in the left column and MeetDates as top rows, and some method of showing attendance. The one I have built shows asterisks for attendance by double clicking.
The role would be based on say:
tblPeople:- PersID, Name.
tblMeets; MeetID, MeetDate.
tblPeopleMeetsLink; MeetID, PersID
I have previously done it by building the form's rows, cols & content by code. However, it takes a large amount of laborious hand measuring and coding for each individual control. I was hoping that there would be a more sophisticated (simple) way of doing it. I



