I use a report/subreport to generate check lists. There are literally hundreds of reports with dozens of rows in each report. It prints out hardcopy that allows users to take the checklist(s) into hazardous areas, and after reviewing relevant item, check it off as complete, not complete or not applicable. Most of the data is textual...but on occasion I would like to insert a table instead of sentences for the source row. THe tables are not complicated. In essence, I'm would like to be able to create a table and paste it into the text field in the database, where I normally enter the text.
Going back many many years ago, you could create a pseudo table or menu using ascii box drawing characters. Just use a monospace font, put your cursor in ovr mode and build away. I use to have a program that would allow you to design your table by selecting the appropriate box draw chararcter and then use your arrow keys to draw the box; then it would generate the pascal code you could paste into your Pascal source code. It was slick. The font selction in Windows doesn't include all the box drawing characters to let me do this; so instead I tried creating a table in Word, then saving the word doc in an attachment field. Only the icon is displayed unlike an OLE field where you could choose what would display. Afer a little digging I was able to save it as a picture and have it display using the attachment, but it looks sloppy because it only displays raster pictures instead of vector based (even though emf is suppose to be supported).
Several questions then:
1) Is there any way to create a table using a box drawing character set (I'll use a text field then) and if not...
2) Create a table (vector image) as an attachment that can be displayed when the report is run.
3) Create a table as a named range in Excel or table in Word that could be displayed in an attachment field?
Any guidance or pointers to other sources would be appreciated.