C crhodus Registered User. Local time Today, 11:59 Joined Mar 16, 2001 Messages 257 Feb 8, 2008 #1 Is there a way to write the properties of a table out to a text file or excel sheet? I'd like to be able to get the Field Name, Data Type, Field Size, and format for each field in my table. Thanks, CRhodus
Is there a way to write the properties of a table out to a text file or excel sheet? I'd like to be able to get the Field Name, Data Type, Field Size, and format for each field in my table. Thanks, CRhodus
GolfProRM If all else fails, hit F1 Local time Today, 11:59 Joined Feb 6, 2008 Messages 61 Feb 8, 2008 #2 How about this? http://www.access-programmers.co.uk/forums/showthread.php?t=141161
C crhodus Registered User. Local time Today, 11:59 Joined Mar 16, 2001 Messages 257 Feb 8, 2008 #3 Thanks GolfProRM! That's exactly what I need. CRhodus
DCrake Remembered Local time Today, 17:59 Joined Jun 8, 2005 Messages 8,620 Feb 18, 2008 #4 Simple Software Solutions Hi As an alternative to the previous thread here is an example (FrmDocumenter) that can be added to any mdb. CodeMaster:http://www.icraftlimited.co.uk Attachments Demo.zip Demo.zip 328.2 KB · Views: 311
Simple Software Solutions Hi As an alternative to the previous thread here is an example (FrmDocumenter) that can be added to any mdb. CodeMaster:http://www.icraftlimited.co.uk