B Bikini Browser Nov 2, 2006 #1 How can you print out or copy the the database design to a file? Field names and other information? Anyone know? Dale
How can you print out or copy the the database design to a file? Field names and other information? Anyone know? Dale
A Allen Browne Nov 2, 2006 #2 There is a built-in documenter: Tools | Analyze. If you want to code your own, see: http://allenbrowne.com/func-06.html The code prints the field info to the immediate window. Adapt it to use Open to export it to a text file. For an alternative free documenter, see: http://home.bendbroadband.com/conradsystems/accessjunkie/csdtools.html
There is a built-in documenter: Tools | Analyze. If you want to code your own, see: http://allenbrowne.com/func-06.html The code prints the field info to the immediate window. Adapt it to use Open to export it to a text file. For an alternative free documenter, see: http://home.bendbroadband.com/conradsystems/accessjunkie/csdtools.html