[AccessD] List the columns in a given Access table

Arthur Fuller fuller.artful at gmail.com
Sat Nov 21 10:56:02 CST 2009


Thanks David.

A.

On Sat, Nov 21, 2009 at 11:49 AM, David McAfee <davidmcafee at gmail.com>wrote:

> Dim i As Integer
> For i = 1 To CurrentDb.TableDefs("mytablename").Fields.Count - 1
>    Debug.Print CurrentDb.TableDefs("mytablename").Fields(i).Name
> Next i
>
>



More information about the AccessD mailing list