I have been asked to provide a blank attendance form for my users in an application. This is just supposed to be a form that they can print off and write on manually. So, I figured I would just create a Report with some rectangles and column headers, etc, to give the appearance of an attendance form. I was just going to have a report that had maybe 25 spaces or whatever would fit nicely on a standard page. Then I was asked if I could make the form dynamic, so that the user could select the number of blank rows that would be printed on the attendance form.
Can anyone offer suggestions for doing this? I can't think of anything that wouldn't involve a table with records that would contain zero length strings and a report based on the table that would be allowed to grow and/or shrink. Does anyone have any better ideas?
Can anyone offer suggestions for doing this? I can't think of anything that wouldn't involve a table with records that would contain zero length strings and a report based on the table that would be allowed to grow and/or shrink. Does anyone have any better ideas?