Hallo.
Does anyone know how to loop through the tabledefs in the current database?
I tried
Dim tbl as Tabledef
For Each tbl in Currentdb
...
Next
but it says that the object (tbl or CurrentDb) does not support this operation.
Is there another way, or am I just totally misunderstanding the whole For Each... Next thing?
Cheers,
Douglas JL
If it don't make you laugh, it ain't true.
Does anyone know how to loop through the tabledefs in the current database?
I tried
Dim tbl as Tabledef
For Each tbl in Currentdb
...
Next
but it says that the object (tbl or CurrentDb) does not support this operation.
Is there another way, or am I just totally misunderstanding the whole For Each... Next thing?
Cheers,
Douglas JL
If it don't make you laugh, it ain't true.