Thanks atas filenya.
Dari hasil penelusuran di internet, saya dapatkan informasi seperti 
di bawah ini. Jadi silakan gunakan fungsi ini dengan bijaksana. 
Thanks.


 Bugs: To Hide or Not To Hide
 
 
  There are two methods to hide a table from view in the Database 
window.
Right click on the table in the Database window and check 
the "Hidden" checkbox. 
>From code, run code equivalent to this

With CurrentDB.TableDefs("ToHideOrNotToHide")
  .Attributes = .Attributes or dbHiddenObject
End With
Even though these two methods may seem equivalent on first glance, 
don't use dbHiddenObject from code!!

Michael Kaplan had warned previously that the use of this flag is ill 
advised. 

To re-iterate the warning,  if you add dbHiddenObject to any table's 
Attributes, the table will be deleted.

  


--- In [email protected], "wedhi2002" <[EMAIL PROTECTED]> 
wrote:
>
> Hi Chlaris, saya sudah upload di Files.
> Fungsi hide dan unhide terlihat berjalan baik di komputer saya.
> Mudah2an bisa berjalan baik juga di tempat lain :)
> 
> Tabel yang terbentuk dari tblContoh001 s.d tblContoh100
> Tabel tsb yang di hide ataupun di un-hide.
> 
> for Mas Haer Thalib, your functions are really work for me.
> 
> Salam,
> Edy WIYONO
> 
> --- In [email protected], "Chlaris" <chlarrissa@> 
> wrote:
> 
> Saya udah coba pake unhide, tetapi gak berhasil mengembalikan 
> filenya.
> Makanya bagi yang udah berhasil hide, silakan kirimkan datanya ke 
> saya untuk saya coba di sini. Dijamin pasti hilang tablenya :)
>


Kirim email ke