G
Guest
Hello,
Using VBA and the advice received from a previous posting, I put the
following information into a table
For Each fld In tdf.Fields
.AddNew
!TableName = tdf.Name
!FieldName = fld.Name
.Update
Next
Now, I see that I also need to add the name of the current mdb file to the
list.
what would be the correct code to do this?
How would I complete the following line?...
!MDB_File_Name = ??????
thank you.
Keith
Using VBA and the advice received from a previous posting, I put the
following information into a table
For Each fld In tdf.Fields
.AddNew
!TableName = tdf.Name
!FieldName = fld.Name
.Update
Next
Now, I see that I also need to add the name of the current mdb file to the
list.
what would be the correct code to do this?
How would I complete the following line?...
!MDB_File_Name = ??????
thank you.
Keith