You can hide tables, either by setting their Hidden attribute, or by
prefixing their name MSys or USys.
Under Tools | Options, check both Hidden Objects and System Objects in the
Show group on the View tab.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"SammyBar" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi,
>
> I'm reverse ingeneering an Access database based application program for
> integrating it into our enterprises database. I should synchronize the
> access database data with our SqlServer 2000 databases in order to allow
> the "alien" application work with our enterprise data. I successfully
> linked the Access database to SqlServer 2000 and I can read/write to the
> Access tables. But it is some data the "alien" application shows that I
> can not see in the Access database. I'm convinced the data is actually
> there because looking at the binary file (after repairing and compacting)
> the data is there (the database is not scrambled). But opening the
> database in Access 2003 I can not find the data. None of the shown tables
> contains it. It is n Access 2000 database that contains only tables and
> queries. My question is: Is it any way to programmatically store and hide
> data inside an Access database that it is not shown on the Access user
> interface?
>
> Thanks in advance
> Any hint is welcomed
> Sammy
>