Print field names of table

McDimwitty

Registered User.
Local time
Today, 06:30
Joined
Oct 23, 2007
Messages
16
How would I print the actual field names of a table?

I would love to be able to write a sub that loops through a table's fields like:

"recordset.fields.item(" & field & ")"

And it would print out all the fields in a given table.

I have some tables that have 25-35 separate fields. Instead of copying / pasting all of these fields, it would be a time saver to print it all.

=-= Mr McDimwitty=-=
 

Users who are viewing this thread

Back
Top Bottom