G
Guest
Sub GetFlds(
Dim db As Databas
Set db = CurrentD
Dim td As TableDe
Dim fld As Fiel
Dim tblname As Strin
For Each td In db.TableDef
tblname = td.Nam
If Left(td.Name, 4) <> "MSys" The
Debug.Print tblnam
For Each fld In td.Fields <----Get Type Mismatch error her
Debug.Print fld.Nam
Nex
End I
Nex
End Sub
Dim db As Databas
Set db = CurrentD
Dim td As TableDe
Dim fld As Fiel
Dim tblname As Strin
For Each td In db.TableDef
tblname = td.Nam
If Left(td.Name, 4) <> "MSys" The
Debug.Print tblnam
For Each fld In td.Fields <----Get Type Mismatch error her
Debug.Print fld.Nam
Nex
End I
Nex
End Sub