Help file is your friend... he lives under the F1 key.
Public Sub ShowHiddenTables()
Dim intCounter As Integer
For intCounter = 0 To DBEngine(0)(0).TableDefs.Count - 1
Debug.Print DBEngine(0)(0).TableDefs(intCounter).Name,
Application.GetHiddenAttribute(acTable, DBEngine(0)
(0).TableDefs(intCounter).Name)
Next intCounter
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.